fix(es3c28p): PR#569 feedback + retain 512K cache - CYD vendor, explicit srcs, no HAL

This commit is contained in:
Adolfo Reyna
2026-07-18 18:04:25 -04:00
parent e3eb3fd415
commit 0966cd45a4
3 changed files with 5 additions and 9 deletions
+2 -4
View File
@@ -1,6 +1,4 @@
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
REQUIRES TactilityKernel Tactility
SRCS "source/module.cpp"
REQUIRES TactilityKernel
)
+3 -1
View File
@@ -1,4 +1,4 @@
general.vendor=LCDWIKI
general.vendor=CYD
general.name=ES3C28P
apps.launcherAppId=Launcher
@@ -20,5 +20,7 @@ lvgl.colorDepth=16
storage.userDataLocation=SD
dependencies.useDeprecatedHal=false
sdkconfig.CONFIG_LV_CACHE_DEF_SIZE=524288
sdkconfig.CONFIG_LV_IMAGE_HEADER_CACHE_DEF_CNT=16
-4
View File
@@ -1,8 +1,4 @@
#include <tactility/module.h>
#include <Tactility/hal/Configuration.h>
// Legacy placeholder (required until legacy HAL is cleaned up everywhere)
extern const tt::hal::Configuration hardwareConfiguration = {};
extern "C" {