|
RTEMS 6.1-rc2
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
53#define ILI9488_SPIMODE 0
54#define ILI9488_EBIMODE 1
57#define ILI9488_DEVICE_CODE 0x9488
59#define ILI9488_LCD_WIDTH 320
60#define ILI9488_LCD_HEIGHT 480
61#define ILI9488_SELF_TEST_OK 0xC0
64#define SMC_EBI_LCD_CS 3
88typedef volatile uint8_t REG8;
90typedef uint32_t LcdColor_t;
96#define LCD_DATA_CACHE_SIZE BOARD_LCD_WIDTH
101#define get_0b_to_8b(x) (((union_type*)&(x))->byte.byte_8)
102#define get_8b_to_16b(x) (((union_type*)&(x))->byte.byte_l6)
103#define get_16b_to_24b(x) (((union_type*)&(x))->byte.byte_24)
104#define get_24b_to_32b(x) (((union_type*)&(x))->byte.byte_32)