I’m creating a small project to use lvgl 8.1 and in the future to let it opensource for peolple to have an example. I’m hobbist and I like to repare an example for people like student or any one would used the LVGL instead of the Microchip. After several month to try to display something using the Harmony 3 from Microchip unsucessfull, I have decide to use LVGL . In few hour I was able to display widget on screen.
For my project, I’m using the following component:
MCU : PIC32MZ2048EFM144
TFT : (800x480) 7"TFT Screen Touch LCD Display Module w/SSD1963 Controller Board
TouchScreen : FT5206 controller
My project public repository : https://github.com/cala23/PIC32MZ_EF_PMP-TFT.git
The project actually display just a button. I’m block with the FT5206. No action is occuring when I push the button.
I don’t found what is missing or wrong.
Some one can help me and don’t hesitate to update the project?
Best regards