Implement battery support for LilyGO T-HMI S3 (#511)
This commit is contained in:
committed by
GitHub
parent
2426c387eb
commit
9fc0aa51d7
@@ -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)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user