added support for TE pin on the st7789 driver
This commit is contained in:
parent
a4128e1d41
commit
24cabb1523
3 changed files with 30 additions and 1 deletions
|
@ -23,6 +23,8 @@ extern "C"
|
|||
|
||||
#define ST7789_DC CONFIG_LV_DISP_PIN_DC
|
||||
#define ST7789_RST CONFIG_LV_DISP_PIN_RST
|
||||
#define ST7789_TE CONFIG_LV_DISPLAY_TE_PIN
|
||||
|
||||
|
||||
#if CONFIG_LV_DISP_USE_RST
|
||||
#if CONFIG_LV_DISP_ST7789_SOFT_RESET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue