lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
492 stars 366 forks source link

Fix broken demo #27

Closed embeddedt closed 5 years ago

embeddedt commented 5 years ago

The keyboard wasn't working in the demo application because lv_kb_def_event_cb was never called.

kisvegabor commented 5 years ago

Meanwhile, I fixed it locally and pushed it before seeing the PR. Thank you anyway! :+1: