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
+6 -6
View File
@@ -73,12 +73,12 @@ Implementing drivers can take some effort, so Tactility provides support for sev
Predefined configurations are available for:
| Device | Screen&Touch | SD card | Other |
|------------------------------------------|--------------|---------|----------|
| [LilyGo T-Deck][tdeck] | ✅ | ✅ | Keyboard |
| [Waveshare S3 Touch][waveshare_s3_touch] | ✅ | | |
| Yellow Board 2432S024C (\*) | ✅ | | |
| [M5Stack Core2][m5stack] | ✅ | ✅ | |
| Device | Screen&Touch | SD card | Power | Other |
|------------------------------------------|--------------|---------|-------|----------|
| [M5Stack Core2][m5stack] | ✅ | ✅ | ✅ | |
| [LilyGo T-Deck][tdeck] | | ✅ | | Keyboard |
| [Waveshare S3 Touch][waveshare_s3_touch] | ✅ | | | |
| Yellow Board 2432S024C (\*) | ✅ | ✅ | | |
- ✅: Capable and implemented
- ⏳: Capable but not yet implemented