feat(draw): consider stride for glyph bitmaps

This commit is contained in:
Gabor Kiss-Vamosi
2023-08-31 20:33:32 +02:00
parent c3e2120616
commit 0738e04723
3 changed files with 46 additions and 46 deletions

View File

@@ -19,8 +19,6 @@ void lv_example_arc_1(void)
/*Manually update the label for the first time*/
lv_obj_send_event(arc, LV_EVENT_VALUE_CHANGED, NULL);
}
static void value_changed_event_cb(lv_event_t * e)