Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. - lvgl/src/core/lv_obj_style.c at d34958f5889d8da73d2c60d48818fea3d5f5501c · lvgl/lvgl
Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. - lvgl/src/core/lv_obj_draw.h at ac2e2f132e264d5f0f0313f4e6adbcf56d937a14 · lvgl/lvgl
lv_obj_t * img_play = lv_img_create(lv_scr_act()); lv_obj_set_pos(img_play, 0, 0); //根据图片实际大小设置 lv_obj_set_size(img_play, 163, 220); lv_obj_set_style_img_opa(img_play, 255, LV_PART_MAIN|LV_STATE_DEFAULT); // lv_img_set_src(img_play,&esp_logo); //设...
#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 existence (e.g. not deleted). (Slow) */ /** Add a custom handler when assert happens e.g. to ...
2.1.1888 Part 4 Section 19.4.2.62, UIObj (UI Object Toggle) 2.1.1889 Part 4 Section 19.4.2.63, Val (Scroll bar position) 2.1.1890 Part 4 Section 19.4.2.64, ValidIds (Valid ID) 2.1.1891 Part 4 Section 19.4.2.68, WidthMin (Minimum Width) 2.1.1892 Part 4 Section 19.5...
# Create a screen with a button and a labelscr = lv.obj() btn = lv.btn(scr) btn.align(lv.scr_act(), lv.ALIGN.CENTER,0,0) label = lv.label(btn) label.set_text("Button")# Load the screenlv.scr_load(scr) More information ...
2.5.189 ObjLinkFmla 2.5.190 ODBCType 2.5.191 OfficeArtClientAnchorChart 2.5.192 OfficeArtClientAnchorHF 2.5.193 OfficeArtClientAnchorSheet 2.5.194 OfficeArtClientData 2.5.195 OfficeArtClientTextbox 2.5.196 PaneType 2.5.197 PARAMQRY_Fixed 2.5.198 Parsed Expressions 2.5.199 PBT 2.5.200 PhRuns...
2.1.1169 Part 4 Section 4.4.2.4, oleObj (Global Element for Embedded objects and Controls) 2.1.1170 Part 4 Section 4.4.3.1, tag (Programmable Extensibility Tag) 2.1.1171 Part 4 Section 4.5.1, cm (Comment) 2.1.1172 Part 4 Section 4.5.5, pos (Comment Position) 2.1.1173 P...
看着似乎用jenkins基于ansible发布spring boot/cloud类的jar包程序,或者tomcat下的war包的需求挺多的,闲来无事,也说说自己做过的jenkins基于ansible的发布方法。 回到顶部 规范与标准 无规矩不成方圆,要做好后期的自动化,标准化是少不了的,下面是我们这边规划的一些标准(非强制,根据自己实际情况调整) ...
callAppType = ''; // 调起地图app或调起应用市场标识 var dynamicToken = ''; // 存储动态度口令 /** * bindEvt的回调 */ var successCbk = function () { if (callAppType === 'map' && downLoadHandler) { clearTimeout(downLoadHandler); downLoadHandler = null; } else if (callAppType ===...