Add initial touch screen support
This commit is contained in:
parent
85ae941c19
commit
cf9dc33ca6
4 changed files with 189 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ add_subdirectory(libraries/lvgl)
|
|||
add_executable(${PROJECT_NAME}
|
||||
source/main.c
|
||||
source/lv_ctr_disp.c
|
||||
source/lv_ctr_indev.c
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue