mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
* Move FreeRTOSConfig.h to app-sim * improved docs * updated ideas.md and removed finished todos
16 lines
531 B
Markdown
16 lines
531 B
Markdown
# TODOs
|
|
- Make `desktop` app listen to changes in `app_manifest_registry`
|
|
- Update `view_port` to use `ViewPort` as handle externally and `ViewPortData` internally
|
|
- Replace FreeRTOS semaphore from `Loader` with internal `Mutex`
|
|
- Create unit tests for `tactility-core` and `tactility` (PC-only for now)
|
|
|
|
# Core Ideas
|
|
- Support for displays with different DPI. Consider the layer-based system like on Android.
|
|
|
|
# App Ideas
|
|
- Chip 8 emulator
|
|
- Discord bot
|
|
- BadUSB
|
|
- IR transceiver app
|
|
- GPIO status viewer
|
|
- BlueTooth keyboard app |