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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user