Hi,
I am working on a project that uses the LVGL graphics library (8.3.8). I am using an iMX RT1060 processor as GPU. The NXP SDK I used to bring the LVGL graphics library to life uses PXP for acceleration. The LVGL library also supports VGLite acceleration. I searched the SDK for an example use case, but didn't find one. Could I get the code to use LVGL with VGLite acceleration?
Dale I wonder how much different is PXP vs VGLite? Which is more powerful?
Hi @masterboy,
You can find code that implements VGLite acceleration bundled with Application Notes. Namely, AN13075 (and the associated AN13075SW) and AN13778 (and the associated AN13778SW).
BR,
Edwin.