This repository hosts ready to use Renesas development board projects to easily get started with LVGL on these devices
- Install Renesas E2 Studio
- Be sure
git
is installed
git clone https://github.com/lvgl/lv_renesas.git --recurse-submodules
- Open E2 Studio and import the project you like
- Hit the build and Flush or Debug button
-
MIPI LCD PCB attached to the main PCB using plastic stand-offs provided
-
USB cable connected from J10 to the development PC
-
DIP switch SW1 settings :- SW1-7 - ON (SDRAM) (Framebuffer is located in SDRAM) Rest of SW1 OFF (Other settings are possible, check documentation and schematics)
-
Debug printf output is via the Jlink VCOM port, 921600 8,n,1
- Feel free to open issues if you find any bugs or have suggestions
- If you found the solution for an issue, please send a Pull request