Skip to content

Commit 518c86e

Browse files
committed
refactor: cleanup main code
* Updated espp submodule to have latest version with new peripheral apis and its own gt911 and tt21100 components * Removed gt911 and tt21100 components from this repo * Cleaned up main code to 1) use espp::I2c for cleaner init, 2) move hardware specific config into individual header files (wrover_kit.hpp, box.hpp, tdeck.hpp), and 3) use new peripheral api for espp::Gt911 and espp::Tt21100
1 parent 1cbd38c commit 518c86e

File tree

10 files changed

+105
-528
lines changed

10 files changed

+105
-528
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(EXTRA_COMPONENT_DIRS
1313

1414
set(
1515
COMPONENTS
16-
"main esptool_py driver lwip button display display_drivers input_drivers logger lvgl mdns socket task tt21100 gt911 wifi gui"
16+
"main esptool_py driver lwip button display display_drivers input_drivers logger lvgl mdns socket task tt21100 gt911 wifi gui i2c"
1717
CACHE STRING
1818
"List of components to include"
1919
)

components/espp

Submodule espp updated 207 files

components/gt911/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

components/gt911/include/gt911.hpp

Lines changed: 0 additions & 258 deletions
This file was deleted.

components/tt21100/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)