From d3dc18f9c6ee2c05c99986235ca78e283d2ec3de Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Sun, 24 Mar 2024 01:23:37 -0400 Subject: [PATCH] Work on fleshing out sections --- Audio & Video.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Audio & Video.md b/Audio & Video.md index 519c265..d15bda1 100644 --- a/Audio & Video.md +++ b/Audio & Video.md @@ -11,7 +11,7 @@ The VERA FPGA core, implemented on an [iCE40 FPGA](https://www.latticesemi.com/e The VERA video generator outputs a fixed 640x480, 60Hz digital RGB signal, with a total of 4,096 possible colours, using a 12-bit R4G4B4 colour space. -The video generation is done using two independent tile/bitmap layers, and a third layer composed of 128 sprites. VERA supports a single palette of 256 colours, freely chosen from the 4,096 possible colours available. +The video generation is done using two independent tile/bitmap layers, and a third layer composed of 128 sprites. VERA supports a single palette of 256 colours, freely chosen from the 4,096 possible colours available. An approximation of this colour gamut of 4,096 colours can be seen below: ![12-bit RGB image of a parrot](images/RGB_12bits_palette_sample_image.png) ![12-bit colour palette](images/RGB_12bits_palette_color_test_chart.png)