Hello,
We are using RT555, LVGL and Zephyr for our new display product.
We are using this MCU since it has some 2D GPU support which is good for our usecase. I see VGlite references in LVGL (we want to use 9.1 but can also use 8.x version of needed)
I would like to know if we need to port VGlite HAL driver ourselves for using this on zephyr? Or is VGlite only supported in mcuxpresso sdk?
Can we use VGlite with zephyr somehow and if so can you point me to the examples that I can follow to utilize it in my zephyr project
Thank you for your support.
Regards,
djgj
Hi @djgj,
The porting would have to be done manually, I'm afraid. That said, perhaps this community user can provide you with their implementation: Re: VGLITE Zephyr port for IMXRT1170 - NXP Community
BR,
Edwin.
Hi @djgj,
That is correct. An implementation of the low-level drivers is still required for usage with Zephyr.
BR,
Edwin.