Driver for the ILI9341 display.
More...
Driver for the ILI9341 display.
|
const lcd_driver_t | lcd_ili9341_driver |
| LCD device operations table.
|
|
◆ CONFIG_ILI9341_GVDD
#define CONFIG_ILI9341_GVDD 4800 |
ILI9341 gvdd level.
Default GVDD voltage of 4.8V. GVDD is reference level for the VCOM level and the grayscale voltage level. GVDD should be ≦ (AVDD - 0.5) V .
Definition at line 52 of file ili9341.h.
◆ CONFIG_ILI9341_VCOMH
#define CONFIG_ILI9341_VCOMH 4250 |
ILI9341 VCOMH voltage level.
Default VCOMH voltage of 4.25V. VCOMH represents the high level of VCOM AC voltage. VCOM levels needs to be adjusted to match the capacitance and performance specifications of the TFT panel to maximize contrast and minimize flickering.
Definition at line 64 of file ili9341.h.
◆ CONFIG_ILI9341_VCOML
#define CONFIG_ILI9341_VCOML -2000 |
ILI9341 VCOML voltage level.
Default VCOML voltage of -2V. VCOML represents the low level of VCOM AC voltage. VCOM levels needs to be adjusted to match the capacitance and performance specifications of the TFT panel to maximize contrast and minimize flickering
Definition at line 76 of file ili9341.h.
◆ ILI9341_ROTATION_HORZ
Horizontal mode.
Definition at line 86 of file ili9341.h.
◆ ILI9341_ROTATION_HORZ_FLIP
#define ILI9341_ROTATION_HORZ_FLIP |
Value:
#define LCD_MADCTL_MX
Column access order.
#define LCD_MADCTL_MY
Row address order.
#define LCD_MADCTL_MV
Row column exchange.
Horizontal flipped.
Definition at line 89 of file ili9341.h.
◆ ILI9341_ROTATION_VERT
Vertical mode.
Definition at line 84 of file ili9341.h.
◆ ILI9341_ROTATION_VERT_FLIP
Flipped vertical.
Definition at line 85 of file ili9341.h.