Skip to content

Commit b95e9b8

Browse files
committed
adding touch controller
1 parent 0e9fdce commit b95e9b8

File tree

2 files changed

+48
-15
lines changed

2 files changed

+48
-15
lines changed

Cargo.lock

Lines changed: 44 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ display-interface-spi = "0.4"
3535
display-interface = "0.4.1"
3636
embedded-graphics = "0.8.1"
3737
mipidsi = "0.7.1"
38-
esp_box_ui = {git = "https://github.com/sambenko/esp-box-ui.git"}
38+
esp_box_ui = {git = "https://github.com/sambenko/esp-box-ui.git", branch = "main" }
39+
40+
tt21100-async = {git = "https://github.com/jessebraham/tt21100.git", branch = "feature/async" }
41+
critical-section = "1.1.2"

0 commit comments

Comments
 (0)