DIY Arcade Console with Rp2040 Pico

In Panic Screen, MCA make a fresh start, init screen in kind of “Safe mode”. It doesn’t set color palette, just send color 12-bit RGB values (4bit-4bit-4bit), (which actually mapping to LAT default values). MCA draw pixel color with color RGB values directly (White=0xFFF; Black=0x000; Red=0xF00; Yellow=0xFF0, etc.).

1 Like