This repository contains the LVGLv9 demo port for the NuMaker development board from Nuvoton.
Clone the main lv_port_nuvoton repository and the necessary git modules separately. For example, you only need the lvgl and n9h20 git submodules, execute the following command for cloning in git bash console.
git clone https://github.com/OpenNuvoton/lv_port_nuvoton
cd lv_port_nuvoton
git submodule update --progress --init -- "lvgl"
git submodule update --progress --init -- "bsp/n9h20"
or, clone lv_port_nuvoton with recurse-sumbmodules option for cloning all repositories directly.
git clone --recurse-submodules https://github.com/OpenNuvoton/lv_port_nuvoton
NuMaker Board Name | LVGL Demo Project Folder |
---|---|
NuMaker-HMI-N9H20 | numaker-hmi-n9h20 |
NuMaker-HMI-N9H26 | numaker-hmi-n9h26 |
NuMaker-HMI-N9H30 | numaker-hmi-n9h30 |
NuMaker-HMI-N9H31 | numaker-hmi-n9h31 |
NuMaker-IIoT-NUC980G1D | numaker-iiot-nuc980gxd |
NuMaker-IIoT-NUC980G2D | numaker-iiot-nuc980gxd |
NuMaker Board Name | LVGL Demo Project Folder |
---|---|
NuMaker-HMI-M032 | numaker-hmi-m032 |
NuMaker Board Name | LVGL Demo Project Folder |
---|---|
NuMaker-HMI-M2354 | numaker-hmi-m2354 |
NuMaker-IoT-M2354 | numaker-iot-m2354 |
NuMaker-HMI-M2L31 | numaker-hmi-m2l31 |
NuMaker Board Name | LVGL Demo Project Folder |
---|---|
NuMaker-HMI-M487 | numaker-hmi-m487 |
NuMaker-HMI-M467 | numaker-hmi-m467 |
NuMaker Board Name | LVGL Demo Project Folder |
---|---|
NuMaker-HMI-M55M1 | numaker-hmi-m55m1 |
NuMaker Board Name | LVGL Demo Project Folder |
---|---|
NuMaker-HMI-MA35D1 | numaker-hmi-ma35d1 |
NuMaker-HMI-MA35H0 | numaker-hmi-ma35h0 |