Compare commits
3 Commits
487a118dc0
...
1cc9d27dfd
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cc9d27dfd | |||
| 22883dd6ee | |||
| 8332577f86 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,6 +7,8 @@
|
|||||||
.directory
|
.directory
|
||||||
.vscode/
|
.vscode/
|
||||||
dependencies.lock
|
dependencies.lock
|
||||||
|
.cache/
|
||||||
|
MODBUS_SYSTEM.md
|
||||||
|
|
||||||
# Temporary files
|
# Temporary files
|
||||||
*~
|
*~
|
||||||
|
|||||||
1608
main/gui_generated.c
1608
main/gui_generated.c
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,9 @@ 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user