comparison src/cs/drivers/drv_app/r2d/lcds/c139/colors.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children 502a0a3f6a49
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
1 /*
2 * TI's BMI code does not seem to have an existing configuration for small
3 * color displays, only large color, large mono and small mono - hence in the
4 * present configuration we are telling TI's code that we have a mono display.
5 * But the real LCD on the C139 is 16-bit color. Here we define the physical
6 * color values to which TI's black and white will be mapped.
7 *
8 * We are also pretending to be the 84x48 pix LCD on TI's C-Sample, hence we
9 * are displaying a 84x48 pix UI on a physical 96x64 pix LCD. We center the
10 * virtual display in the physical one, and the border color is defined here
11 * as well.
12 */
13
14 #define LCD16_COLOR_BLACK 0x0000
15 #define LCD16_COLOR_WHITE 0xFFFF
16 #define LCD16_COLOR_BORDER 0x5555