arch(driver): new driver architecture with new color format support
This commit is contained in:
@@ -90,7 +90,7 @@ void lv_example_roller_3(void)
|
||||
|
||||
lv_obj_center(roller1);
|
||||
lv_roller_set_visible_row_count(roller1, 3);
|
||||
lv_obj_add_event_cb(roller1, mask_event_cb, LV_EVENT_ALL, NULL);
|
||||
lv_obj_add_event(roller1, mask_event_cb, LV_EVENT_ALL, NULL);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user