ili9488: Start updating to new display port interface (#137)
ILI9488: Start updating to new display port interface
This commit is contained in:
parent
2dad083264
commit
c7607e93d8
4 changed files with 95 additions and 80 deletions
|
@ -29,6 +29,13 @@ extern "C" {
|
|||
|
||||
#define ILI9341_INITIAL_ORIENTATION CONFIG_LV_DISPLAY_ORIENTATION
|
||||
|
||||
/* ILI9488 Configuration */
|
||||
#if CONFIG_LV_DISP_USE_RST
|
||||
#define ILI9488_USE_RST
|
||||
#endif
|
||||
|
||||
#define ILI9488_INITIAL_ORIENTATION CONFIG_LV_DISPLAY_ORIENTATION
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue