Skip to content

Commit b9077ab

Browse files
authored
feat: Add support for waveshare s3 touch hardware and use framebuffers to allow decode failures to be discarded without visual artifacts (#13)
* feat: Add support for `waveshare s3 touch` hardware and use framebuffers to allow decode failures to be discarded without visual artifacts * update deps
1 parent 41e7f9b commit b9077ab

File tree

5 files changed

+323
-71
lines changed

5 files changed

+323
-71
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_compile_definitions(BOARD_HAS_PSRAM)
1515

1616
set(
1717
COMPONENTS
18-
"main esptool_py esp_psram jpegdec task format nvs esp-box t-deck monitor wifi socket rtsp mdns"
18+
"main esptool_py esp_psram jpegdec task format nvs esp-box t-deck monitor wifi ws-s3-touch socket rtsp mdns"
1919
CACHE STRING
2020
"List of components to include"
2121
)

0 commit comments

Comments
 (0)