feat(bsp): Allow touch to be used independently of the display for esp-box, matouch-rotary-display, seeed-studio-round-display, t-deck, and ws-s3-touch components
#516
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
touchpad_inputinitialization frominitialize_touchtoinitialize_displaysince that's the function that initializes LVGL and the display. Affects the following BSP components:esp-boxmatouch-rotary-displayseeed-studio-round-displayt-deckws-s3-touchMotivation and Context
Allows cases where you may not want to initialize the display at all, or do not want to initialize LVGL - but would instead rather simply initialize the touch or the touch and LCD.
How has this been tested?
Build the examples in CI.
Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):
Types of changes
Checklist:
Software
.github/workflows/build.ymlfile to add my new test to the automated cloud build github action.