Add kconfig symbol for optional coordinates queue
This commit is contained in:
parent
919d644dc8
commit
ac6cde35c9
3 changed files with 18 additions and 16 deletions
|
@ -201,6 +201,13 @@ menu "LVGL Touch controller"
|
|||
prompt "Invert Y coordinate value."
|
||||
default n
|
||||
|
||||
config LV_FT6X36_COORDINATES_QUEUE
|
||||
bool
|
||||
prompt "Send coordinates to FreeRTOS queue."
|
||||
default n
|
||||
help
|
||||
Receive from the FreeRTOS queue using the handle 'ft6x36_touch_queue_handle'.
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Touchpanel (STMPE610) Pin Assignments"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue