We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
fix the use of old lv_mem_assert Browse files master kisvegabor committed Mar 20, 2020 1 parent 607a75d commit 2140ed2 Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 lv_qrcode.c Original file...
#define LV_USE_ASSERT_MEM_INTEGRITY 0 /* Check the strings. * Search for NULL, very long strings, invalid characters, and unnatural repetitions. (Slow) * If disabled `LV_USE_ASSERT_NULL` will be performed instead (if it's enabled) */ #define LV_USE_ASSERT_STR 0 /* Check NULL...
#define LV_USE_ASSERT_STYLE CONFIG_LV_USE_ASSERT_STYLE #else #define LV_USE_ASSERT_STYLE 0 /*Check if the styles are properly initialized. (Very fast, recommended)*/ #endif #endif #ifndef LV_USE_ASSERT_MEM_INTEGRITY #ifdef CONFIG_LV_USE_ASSERT_MEM_INTEGRITY ...
#define LV_USE_ASSERT_MALLOC 1 /*Checks is the memory is successfully allocated or no. (Very fast, recommended)*/ #define LV_USE_ASSERT_STYLE 0 /*Check if the styles are properly initialized. (Very fast, recommended)*/ #define LV_USE_ASSERT_MEM_INTEGRITY 0 /*Check the integrity of...
#define LV_USE_ASSERT_STYLE 0 /*Check if the styles are properly initialized. (Very fast, recommended)*/ #define LV_USE_ASSERT_MEM_INTEGRITY 0 /*Check the integrity of `lv_mem` after critical operations. (Slow)*/ #define LV_USE_ASSERT_OBJ 0 /*Check the object's type and existenc...
#define LV_USE_ASSERT_MEM_INTEGRITY 0 /* Check the strings. * Search for NULL, very long strings, invalid characters, and unnatural repetitions. (Slow) * If disabled `LV_USE_ASSERT_NULL` will be performed instead (if it's enabled) */ #define LV_USE_ASSERT_STR 0 /* Check NULL...
m_myEdit.SetReadOnly(TRUE); ASSERT(m_myEdit.GetStyle() & ES_READONLY); CEdit::SetRectCall this function to set the dimensions of a rectangle using the specified coordinates.C++ Kopēt void SetRect(LPCRECT lpRect); ParameterslpRect Points to the RECT structure or CRect object that specifie...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Powerful and easy-to-use embedded GUI library with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash). - lvgl/lv_conf_template.h at master · gliggy/lvgl