annotate src/cs/drivers/drv_app/r2d/lcds/luna/colormap.h @ 276:4221c724c664

R2D: preparations for adding LCD hardware suspend handling
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 07 Sep 2021 21:05:38 +0000
parents c905daaff834
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4e78acac3d88 src/{condat,cs,gpf,nucleus}: import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 /*
45
c905daaff834 implemented 96x64 BW framebuffer config, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
2 * We have configurations that display B&W logical framebuffers
c905daaff834 implemented 96x64 BW framebuffer config, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
3 * on our physical 16-bit color LCD. We have a 176x220 pix B&W
c905daaff834 implemented 96x64 BW framebuffer config, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
4 * framebuffer config, which only requires black and white pixels
c905daaff834 implemented 96x64 BW framebuffer config, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
5 * to be defined, and a 96x64 pix B&W framebuffer config which also
c905daaff834 implemented 96x64 BW framebuffer config, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
6 * requires a border pixel color in order to visually delineate
c905daaff834 implemented 96x64 BW framebuffer config, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
7 * the logical LCD inside the physical one.
0
4e78acac3d88 src/{condat,cs,gpf,nucleus}: import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 */
4e78acac3d88 src/{condat,cs,gpf,nucleus}: import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
4e78acac3d88 src/{condat,cs,gpf,nucleus}: import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 #define LCD16_COLOR_BLACK 0x0000
4e78acac3d88 src/{condat,cs,gpf,nucleus}: import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 #define LCD16_COLOR_WHITE 0xFFFF
45
c905daaff834 implemented 96x64 BW framebuffer config, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
12 #define LCD16_COLOR_BORDER 0x3807