mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 11:57:48 +08:00
ci: upgrade astyle tool (#4776)
Install from source to use the latest version
This commit is contained in:
@@ -43,7 +43,6 @@ void lv_example_anim_1(void)
|
||||
lv_label_set_text(label, "Hello animations!");
|
||||
lv_obj_set_pos(label, 100, 10);
|
||||
|
||||
|
||||
lv_obj_t * sw = lv_switch_create(lv_screen_active());
|
||||
lv_obj_center(sw);
|
||||
lv_obj_add_state(sw, LV_STATE_CHECKED);
|
||||
|
||||
Reference in New Issue
Block a user