Updated desktop icons (#37)

This commit is contained in:
Ken Van Hoeylandt
2024-02-10 21:29:52 +01:00
committed by GitHub
parent 5558edccce
commit 03aa8f62ba
16 changed files with 241 additions and 16 deletions
+1 -3
View File
@@ -5,9 +5,7 @@
- Show a warning screen if firmware encryption or secure boot are off when saving WiFi credentials.
- Show a warning screen when a user plugs in the SD card on a device that only supports mounting at boot.
- Try out Waveshare S3 120MHz mode for PSRAM (see "enabling 120M PSRAM is necessary" in [docs](https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-4.3#Other_Notes))
- Fix for dark theme: the wifi icons should use the colour of the theme (they remain black when dark theme is set)
- Update Wi-Fi status bar icon based on signal strength
- Auto-detect sdcard removal (with a service?)
- T-Deck has random sdcard SPI crashes due to sharing bus with screen SPI: make it use the LVGL lock for sdcard operations?
# Core Ideas
- Make a HAL? It would mainly be there to support PC development. It's a lot of effort for supporting what's effectively a dev-only feature.