Hello everyone,
I met the Lvgl library two months ago. During this time, the library really caught my attention. It was fun and enjoyable to spend time understanding it. I would like to thank the people who contributed to the creation of the library.
The equipment and ide I used are as follows,
Esp32 devkit module
Ili9341 TFT screen 320x240
XPT2046 resistive touch screen
Arduino ide - 2.3.4
Vs code - 1.97.0
Tft_espi by Bodmer - 2.5.43
XPT2064_Touchscreen by Poul Stoffregen - 1.4
Lvgl - 9.2.2
I did standard Lvgl Benchmark tests with Arduino ide and Vs code. During these tests, I saw that there were 10% FPS differences despite using the same libraries and the same main codes.
Does anyone have any thoughts on this?
Thanks…