Go to the documentation of this file.
14 #define LQ035_RL (0 << 8)
15 #define LQ035_LR (1 << 8)
16 #define LQ035_TB (1 << 9)
17 #define LQ035_BT (0 << 9)
18 #define LQ035_BGR (1 << 11)
19 #define LQ035_RGB (0 << 11)
20 #define LQ035_NORM (1 << 13)
21 #define LQ035_REV (0 << 13)
27 #define USE_RGB565_16_BIT_PPI 1
28 #define USE_RGB565_8_BIT_PPI 2
29 #define USE_RGB888_8_BIT_PPI 3