| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* 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
| Back | FazBrowse Home | New Git URL |
Description
Motivation and Context
Cleans up the main code and uses upstream components instead of local components. Also refactors platform specific configuration code into separate header files to enable easier porting to other platforms.
How has this been tested?
Building and running on the LilyGo T-Deck
Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):
Types of changes
Checklist:
Software