完整版本视频教程:https://fnwcn.xetslk.com/s/18iJDa资料获取:https://gitee.com/weidongshan/lvgl_100ask_course_v9社区技术答疑交流:https://forums.100ask.net/c/13-category/13QQ技术交流群(如群满,请加qq:401684796 验证备注:LVGL):774083288微信交流, 视频
fix(msgbox): return the footer in lv_msgbox_get_footer … 3d42b1c kisvegabor mentioned this issue Mar 5, 2024 fix(msgbox): return the footer in lv_msgbox_get_footer #5804 Merged Member kisvegabor commented Mar 5, 2024 Ah, a beautiful copy paste error 🙂 Thank you for reportin...
LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/IIC/myiic.h3KB LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/KEY/ LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/KEY/key.c4KB LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/KEY/key.h3KB ... 立即下载
fix(msgbox): return the footer in lv_msgbox_get_footer Description of the feature or fix A clear and concise description of what the bug or new feature is. Notes Update theDocumentationif needed. AddExamplesif relevant. AddTestsif applicable. If you added new options tolv_conf_template.hrunl...
LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/IIC/myiic.c5KB LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/IIC/myiic.h3KB LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/KEY/ LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/KEY/key.c4KB LVGL例程33 lv_msgbox(消息框)/Drivers/BSP/KEY/key.h3KB ...
#define LV_USE_MSGBOX 1 #define LV_USE_ROLLER 1 /**< Requires: lv_label */ #define LV_USE_SCALE 1 #define LV_USE_SLIDER 1 /**< Requires: lv_bar */ #define LV_USE_SPAN 1 #if LV_USE_SPAN /** A line of text can contain this maximum number of span descriptors. *...
<Unit filename="lv_examples/src/lv_ex_widgets/lv_ex_msgbox/lv_ex_msgbox_1.c"> <Option compilerVar="CC" /> </Unit> <Unit filename="lv_examples/src/lv_ex_widgets/lv_ex_msgbox/lv_ex_msgbox_2.c"> <Option compilerVar="CC" /> </Unit> <Unit filename="lv_examples/src/...
<ClCompile Include="application\app\msgbox\app_msgbox.c" /> <ClCompile Include="application\app\msgbox\app_msgbox_1.c" /> <ClCompile Include="application\app\music\app_music.c" /> <ClCompile Include="application\app\music\app_music_list.c" /> <ClCompile Include="application\app\...
#ifdef CONFIG_LV_USE_MSGBOX #define LV_USE_MSGBOX CONFIG_LV_USE_MSGBOX #else #define LV_USE_MSGBOX 0 #endif #else #define LV_USE_MSGBOX 1 #endif #endif #ifndef LV_USE_SPINBOX #ifdef _LV_KCONFIG_PRESENT #ifdef CONFIG_LV_USE_SPINBOX ...
#define LV_USE_MSGBOX 1 #define LV_USE_ROLLER 1 /*Requires: lv_label*/ #define LV_USE_SCALE 1 #define LV_USE_SLIDER 1 /*Requires: lv_bar*/ #define LV_USE_SPAN 1 #if LV_USE_SPAN /*A line text can contain maximum num of span descriptor */ #define LV_SPAN_SNIPPET_...