#3 Start adding L58: Find a way to instantiate existing class or refactor it to C
This commit is contained in:
parent
7d339be14a
commit
c9660bd69f
6 changed files with 165 additions and 5 deletions
|
@ -62,6 +62,8 @@ if(CONFIG_LV_TOUCH_CONTROLLER)
|
|||
list(APPEND SOURCES "lvgl_touch/xpt2046.c")
|
||||
elseif(CONFIG_LV_TOUCH_CONTROLLER_FT6X06)
|
||||
list(APPEND SOURCES "lvgl_touch/ft6x36.c")
|
||||
elseif(CONFIG_LV_TOUCH_CONTROLLER_L58)
|
||||
list(APPEND SOURCES "lvgl_touch/l58.cpp")
|
||||
elseif(CONFIG_LV_TOUCH_CONTROLLER_STMPE610)
|
||||
list(APPEND SOURCES "lvgl_touch/stmpe610.c")
|
||||
elseif(CONFIG_LV_TOUCH_CONTROLLER_ADCRAW)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue