Hello everyone,
I’m working on a project using LVGL with a PIC32MZ2064DAR176 microcontroller and an 800x480 GLCD (RGBA8888 format).
I want to create a simple demo application with two screens (Screen1 and Screen2) that flip continuously every 1 second.
Could anyone please share a sample code or minimal example showing how to:
- Create two LVGL screens
- Load and switch between them automatically every 1 second
- Run it on the PIC32MZ with the above display configuration
My setup details:
- MCU: PIC32MZ2064DAR176
- Display: 800x480, RGBA8888 format
- Graphics Library: LVGL
- IDE: MPLAB X
Any example or guidance would be greatly appreciated.
Thank you in advance!
— Santosh Yadav