This commit is contained in:
Ken Van Hoeylandt 2026-08-08 23:12:45 +02:00
parent e02766c1a4
commit 52f90ae6a6
2 changed files with 1 additions and 9 deletions

View File

@ -12,6 +12,7 @@
## Higher Priority
- Devices with a keyboard attached should always highlight the first widget (~Cardputer navigation issue), same for LV_INDEV_TYPE_ENCODER being present
- Make it more clear to end-users that an SD card is required to run Tactility
- Move "# Fix error "PSRAM space not enough for the Flash instructions" on boot:" fix from T-Deck and others to device.py
- Make it possible to override stack size for an app via config file (loaded at boot), and make it possible to set preferred memory location (e.g. internal/external)

View File

@ -1,5 +1,3 @@
#include <tt_app.h>
#include <lvgl/lvgl.h>
#include <lvgl/widgets/toolbar.h>
@ -24,13 +22,6 @@
#include <tactility/module.h>
#include <tactility/time.h>
#include <drivers/bm8563.h>
#include <drivers/bmi270.h>
#include <drivers/mpu6886.h>
#include <drivers/pi4ioe5v6408.h>
#include <drivers/qmi8658.h>
#include <drivers/rx8130ce.h>
static void onShowApp(AppHandle app, void* data, lv_obj_t* parent) {
lv_obj_t* toolbar = lvgl_toolbar_create(parent, "Title");
lv_obj_align(toolbar, LV_ALIGN_TOP_MID, 0, 0);