ili9488: Start updating to new display port interface (#137)

ILI9488: Start updating to new display port interface
This commit is contained in:
Carlos Diaz 2021-11-17 21:00:07 -06:00 committed by GitHub
parent 2dad083264
commit c7607e93d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 95 additions and 80 deletions

View file

@ -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