Search found 1 match

by vasanth
Wed Aug 24, 2022 6:25 am
Forum: General Discussion and Questions
Topic: LVGL_Problem in calling a normal function and animation on button_event
Replies: 1
Views: 7960

LVGL_Problem in calling a normal function and animation on button_event

This code is uploaded to esp32 with ili9341 display On clicking the button 9, going into the btn9_event_cb(e) function and the bar is not showing, instead parser() function is calling, afterwards bar is displayed in the display. I Need to display bar then parser function need to execute. I'm New to ...