Compare commits

..

No commits in common. "1cc9d27dfd75b0ed7990ba1486feef626254f18b" and "487a118dc0b79ccc26e0c4a1b902c9951e2e5641" have entirely different histories.

3 changed files with 572 additions and 1048 deletions

2
.gitignore vendored
View File

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

File diff suppressed because it is too large Load Diff

View File

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