chore(assert) add warnign about higher memory usage if LV_USE_ASSERT_STYLE is enabled
This commit is contained in:
@@ -142,6 +142,10 @@ void lv_init(void)
|
||||
LV_LOG_WARN("Object sanity checks are enabled via LV_USE_ASSERT_OBJ which makes LVGL much slower")
|
||||
#endif
|
||||
|
||||
#if LV_USE_ASSERT_STYLE
|
||||
LV_LOG_WARN("Style sanity checks are enabled that uses more RAM")
|
||||
#endif
|
||||
|
||||
#if LV_LOG_LEVEL == LV_LOG_LEVEL_TRACE
|
||||
LV_LOG_WARN("Log level is set the Trace which makes LVGL much slower")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user