Work on fleshing out sections

This commit is contained in:
Kyle Cardoza 2024-03-24 01:23:37 -04:00
parent 9f7491852d
commit d3dc18f9c6
1 changed files with 1 additions and 1 deletions

View File

@ -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)