RZ/A Family
Build and flash the ready-to-use LVGL project of the RZ/A3M board, an MPU for bare metal and RTOS applications, with e² studio.
Supported boards in the RZ/A Family:
- RZ/A3M
Run the Project
Install e² studio: The RZ/A boards are MPUs with a focus on bare metal and RTOS applications. Projects are built for them using the e² studio IDE, available for Windows, Mac, and Linux.
Clone the project: Clone the ready-to-use repository for your board:
git clone https://github.com/lvgl/lv_port_renesas-ek-rz_a3m --recurse-submodulesDownloading the .zip from GitHub doesn't work as it doesn't download the submodules.
Build and flash: Follow the instructions in the project's README.md to build and flash
the project to the board.
Modify the Project
Open a demo
The entry point is contained in src/LVGL_thread_entry.c.
You can disable the LVGL demos (lv_demo_benchmark()) (or just comment them out)
and call some lv_example_...() functions, or add your own custom code.
Configuration
Edit lv_conf.h to configure LVGL.
It will automatically run any demo that is enabled in lv_conf.h. You can see
lv_conf.defaults for a summary of the configs which have been changed from the defaults.
Support
In case of any problems or questions open an issue in the corresponding repository.
Last updated on
RX Family
Build, flash, and debug the ready-to-use LVGL project of the RX72N Envision Kit with e² studio, the Smart Configurator, and the RXv3 toolchain.
RZ/G Family
Build and run the ready-to-use LVGL projects of the Linux-capable RZ/G2L, RZ/G2UL, RZ/G3E, and RZ/G3L evaluation kits with their cross-compiler SDKs.