Updates for removal of deprecated HAL (#37)

Update all apps to replace deprecated LVGL code and to use the new kernel APIs.
This commit is contained in:
Ken Van Hoeylandt
2026-07-26 12:47:03 +02:00
committed by GitHub
parent 25b966a340
commit 4f635d38e3
45 changed files with 200 additions and 257 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
#include <TactilityCpp/LvglLock.h>
#include <tactility/lvgl_module.h>
#include <tactility/lvgl_fonts.h>
#include <lvgl/lvgl.h>
#include <lvgl/lvgl_fonts.h>
constexpr auto* TAG = "Snake";
+2 -2
View File
@@ -2,7 +2,7 @@ manifest.version=0.2
target.sdk=0.8.0-dev
target.platforms=esp32,esp32s3,esp32c6,esp32p4
app.id=one.tactility.snake
app.version.name=0.8.0
app.version.code=8
app.version.name=0.9.0
app.version.code=9
app.name=Snake
app.description=Classic Snake game