video: Fix Amber! #5

Forgot to flip these channels

Signed-off-by: Michel Pollet <buserror@gmail.com>
This commit is contained in:
Michel Pollet 2023-10-28 06:15:42 +01:00
parent ba97447894
commit cb17359921
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ static const uint32_t dhires_colors[] = {
static const uint32_t mono[3][2] = {
{ 0xff000000, C_WHITE },
{ 0xff000000, C_GREEN },
{ 0xff000000, C_ORANGE },
{ 0xff000000, HI_RGB(0x14, 0xcf, 0xfd) },
};