Various improvements (#88)

This commit is contained in:
Ken Van Hoeylandt
2024-11-24 23:44:03 +01:00
committed by GitHub
parent 76c14a5f47
commit 8fc653fa51
6 changed files with 34 additions and 38 deletions
-4
View File
@@ -1,5 +1,4 @@
# TODOs
- Update `view_port` to use `ViewPort` as handle externally and `ViewPortData` internally
- Create more unit tests for `tactility-core` and `tactility` (PC-only for now)
- Have a way to deinit LVGL drivers that are created from `HardwareConfig`
- Show a warning screen if firmware encryption or secure boot are off when saving WiFi credentials.
@@ -28,9 +27,6 @@
- tt::setAppResult() for apps that need to return data to other apps (e.g. file selection)
- Wi-Fi using dispatcher to dispatch its main functionality to the dedicated Wi-Fi CPU core (to avoid main loop hack)
# App Improvement Ideas
- Light/dark mode selection in Display settings app.
# App Ideas
- BlueTooth keyboard app
- Chip 8 emulator