Implemented power management (#67)

- Implemented HAL for for power management
- Implemented the Power app (accessible via Settings app)
- Implemented status bar icon for battery status
This commit is contained in:
Ken Van Hoeylandt
2024-11-02 23:40:26 +01:00
committed by GitHub
parent 6520655795
commit 632d7ccccf
29 changed files with 373 additions and 26 deletions
+2 -1
View File
@@ -13,5 +13,6 @@ const HardwareConfig lilygo_tdeck = {
.set_backlight_duty = &tdeck_backlight_set
},
.init_graphics = &tdeck_init_lvgl,
.sdcard = &tdeck_sdcard
.sdcard = &tdeck_sdcard,
.power = NULL
};