Implement battery support for LilyGO T-HMI S3 (#511)

This commit is contained in:
Rivair Sabino dos Santos
2026-03-05 19:21:10 -03:00
committed by GitHub
parent 2426c387eb
commit 9fc0aa51d7
3 changed files with 113 additions and 12 deletions
@@ -11,9 +11,9 @@ using namespace tt::hal;
static std::vector<std::shared_ptr<tt::hal::Device>> createDevices() {
return {
createPower(),
createSdCard(),
createDisplay(),
std::make_shared<Power>(),
ButtonControl::createOneButtonControl(0)
};
}