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:
committed by
GitHub
parent
6520655795
commit
632d7ccccf
@@ -12,5 +12,6 @@ const HardwareConfig yellow_board_24inch_cap = {
|
||||
.set_backlight_duty = &twodotfour_backlight_set
|
||||
},
|
||||
.init_graphics = &twodotfour_lvgl_init,
|
||||
.sdcard = &twodotfour_sdcard
|
||||
.sdcard = &twodotfour_sdcard,
|
||||
.power = NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user