LVGL - Embedded GUI Library with PIC32

Опубликовано: 23 Июль 2026
на канале: Gábor Kiss-Vámosi
1,763
17

The open source version of the embedded graphical library is available here:
Website: https://lvgl.io
GitHub: https://github.com/lvgl/lvgl

Graphical effects which typically use double buffering (e.g. transparency) handled in the library without external memory even with high resolution displays. Only a general microcontroller is needed.
The used display's resolution is 480 x 320. The display board contains a display controller IC which acts as a simple frame buffer.

I hope you liked the video. If you have any questions or if you are interested in the library, please, leave a comment below.