Compare commits

..

3 Commits

Author SHA1 Message Date
1cc9d27dfd fix text 2026-03-23 00:42:07 +07:00
22883dd6ee fix out of memory error 2026-03-13 19:42:41 +07:00
8332577f86 upd main screen and settings 2026-03-11 05:34:53 +07:00
3 changed files with 1047 additions and 571 deletions

2
.gitignore vendored
View File

@ -7,6 +7,8 @@
.directory
.vscode/
dependencies.lock
.cache/
MODBUS_SYSTEM.md
# Temporary files
*~

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,9 @@ CONFIG_EXAMPLE_LVGL_PORT_AVOID_TEAR_ENABLE=y
# LVGL 9 configuration
CONFIG_LV_COLOR_DEPTH_16=y
CONFIG_LV_USE_BUILTIN_MALLOC=n
CONFIG_LV_USE_CLIB_MALLOC=y
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=128
CONFIG_LV_USE_LOG=y
CONFIG_LV_LOG_PRINTF=y
CONFIG_LV_USE_PERF_MONITOR=y