This commit is contained in:
Ken Van Hoeylandt 2026-06-19 00:59:28 +02:00
parent 8099312fbc
commit 8db2a6d4c0
2 changed files with 0 additions and 3 deletions

View File

@ -12,8 +12,6 @@
## Higher Priority
- Make a root device type so it can be discovered more easily.
- When device.py selects a new device, it should automatically delete the build dirs (build/, cmake-*/) when it detects that the platform has changed.
- Add font design tokens such as "regular", "title" and "smaller". Perhaps via the LVGL kernel module.
- Add kernel listening mechanism so that the root device init can be notified when a device becomes available:
Callback for device/start stop with filtering on device type:

View File

@ -34,7 +34,6 @@
#include <tactility/lvgl_module.h>
#ifdef ESP_PLATFORM
#include <tactility/drivers/root.h>
#include <Tactility/InitEsp.h>
#endif