display_config: Add missing defined
This commit is contained in:
parent
11f9c2b93f
commit
6418f805bb
|
@ -8,8 +8,8 @@ extern "C" {
|
||||||
#include "sdkconfig.h"
|
#include "sdkconfig.h"
|
||||||
|
|
||||||
/* Configuration options for ST7789 display controllers */
|
/* Configuration options for ST7789 display controllers */
|
||||||
#if CONFIG_LV_DISP_USE_RST
|
#if defined CONFIG_LV_DISP_USE_RST
|
||||||
#if CONFIG_LV_DISP_ST7789_SOFT_RESET
|
#if defined CONFIG_LV_DISP_ST7789_SOFT_RESET
|
||||||
#define ST7789_SOFT_RST
|
#define ST7789_SOFT_RST
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue