FluxDC/managed_components/espressif__esp_lcd_touch/Kconfig

13 lines
285 B
Plaintext
Raw Permalink Normal View History

2025-03-03 21:36:45 +08:00
menu "ESP LCD TOUCH"
config ESP_LCD_TOUCH_MAX_POINTS
int "Maximum count of the touch points"
range 1 10
default 5
config ESP_LCD_TOUCH_MAX_BUTTONS
int "Maximum count of the touch buttons supported"
range 0 10
default 1
endmenu