jakpaul / lvgl_touch_calibration

A complete lvgl screen object for performing calibration of a resistive touch panel.
MIT License
24 stars 8 forks source link

Fix the ready callback is not emitted #8

Closed Vyache18 closed 6 months ago

Vyache18 commented 6 months ago

There was a typo: lv_send_event instead of lv_obj_send_event. So the ready event callback was never reached.

jakpaul commented 6 months ago

Thanks.