- menu "Example Configuration"
- choice TOUCH_SENSOR_EXAMPLE_TYPE
- bool "Select touch element dispatch method"
- default TOUCH_ELEM_EVENT
- help
- Select touch element dispatch method (event task or callback) for this example.
- config TOUCH_ELEM_EVENT
- bool "Dispatch by event task"
- config TOUCH_ELEM_CALLBACK
- bool "Dispatch by callback"
- endchoice
- endmenu
|