arch(driver): new driver architecture with new color format support
This commit is contained in:
@@ -49,7 +49,7 @@ void lv_example_event_4(void)
|
||||
lv_obj_t * cont = lv_obj_create(lv_scr_act());
|
||||
lv_obj_set_size(cont, 200, 200);
|
||||
lv_obj_center(cont);
|
||||
lv_obj_add_event_cb(cont, event_cb, LV_EVENT_DRAW_PART_END, NULL);
|
||||
lv_obj_add_event(cont, event_cb, LV_EVENT_DRAW_PART_END, NULL);
|
||||
lv_timer_create(timer_cb, 30, cont);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user