Files
tide-display/ePaper-ESP-IDF/main/Kconfig
Peter Siegmund 290a4d2722 starting with ESP-IDF
- initial ESP-IDF project
- starting custom component (Timber)

Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-05-18 23:09:20 +02:00

8 lines
183 B
Plaintext

menu "Tide Display"
config USE_TOUCH
bool "use touch screen for navigation"
default y
help
Enable touch screen support for navigation.
endmenu