ci: temporary remove lv_example_tiny_ttf_3.py

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-10 22:20:40 +02:00
parent cc628426b8
commit 3adaee8fde
8 changed files with 15 additions and 80 deletions

View File

@@ -4,7 +4,7 @@
static void event_handler(lv_event_t * e)
{
lv_event_code_t code = lv_event_get_code(e);
lv_obj_t * obj = lv_event_get_target(e);
lv_obj_t * obj = lv_event_get_current_target(e);
if(code == LV_EVENT_VALUE_CHANGED) {
lv_calendar_date_t date;