Add basic touch panel driver.
Handle touch event in display app : draw a big square at the touch point coordinates.
This commit is contained in:
@@ -41,6 +41,7 @@ list(APPEND SOURCE_FILES
|
||||
Components/Battery/BatteryController.cpp
|
||||
Components/Ble/BleController.cpp
|
||||
Components/DateTime/DateTimeController.cpp
|
||||
drivers/Cst816s.cpp
|
||||
)
|
||||
|
||||
set(INCLUDE_FILES
|
||||
@@ -57,6 +58,7 @@ set(INCLUDE_FILES
|
||||
Components/Battery/BatteryController.h
|
||||
Components/Ble/BleController.h
|
||||
Components/DateTime/DateTimeController.h
|
||||
drivers/Cst816s.h
|
||||
)
|
||||
|
||||
nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")
|
||||
Reference in New Issue
Block a user