Definition in file gc9a01.h.
#include "lcd.h"
Include dependency graph for gc9a01.h:Go to the source code of this file.
Data Structures | |
| struct | gc9a01_t |
| Device descriptor for the driver. More... | |
Variables | |
| const lcd_driver_t | lcd_gc9a01_driver |
| LCD device operations table. | |
GC9A01 reference voltage configuration | |
| #define | CONFIG_GC9A01_VREG1A (5340) |
| GC9A01 VREG1A level. | |
| #define | CONFIG_GC9A01_VREG2A (-3980) |
| GC9A01 VREG2A level. | |
GC9A01 display rotation modes | |
| #define | GC9A01_ROTATION_VERT LCD_MADCTL_MX |
| Vertical mode. | |
| #define | GC9A01_ROTATION_VERT_FLIP LCD_MADCTL_MY |
| Flipped vertical. | |
| #define | GC9A01_ROTATION_HORZ LCD_MADCTL_MV |
| Horizontal mode. | |
| #define | GC9A01_ROTATION_HORZ_FLIP |
| Horizontal flipped. | |