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.

Edit on GitHub

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:

bash
git clone https://github.com/lvgl/lv_port_renesas-ek-rz_a3m --recurse-submodules

Downloading 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

On this page