jc78
July 19, 2020, 2:43pm
11
That did the trick! Thanks again for all the support. The only major issue I’m running into now is the lack of touch when using the core lvgl library (instead of lv_arduino).
Description
I just discovered that I can use the core lvgl library in arduino and not use the lv_arduino library. (According to these instructions ).
Using the core lvgl I can build but I’m running into a touch pad issue… I’m using a FT6206 capacitive touch device and I know its working because I can print its touch point in the main loop.
But I’m not getting any input in the my_touchpad_read function to the point where I feel like the function\callback is not being called at all. To test this …