1# Bring up LVGL demo on Nuvoton platforms 2 3Current supported LVGL running environment on Nuvoton's boards shown in below table: 4 5| **Board Name** | **Default demo** | **Need Expansion** | **Used Configuration filename** | 6| -------------- | ------------------------------- | ---------------- | ----------- | 7| numaker-iot-m487 | Widgets | Nu-TFT v1.3 | config_lvgl | 8| numaker-pfm-m487 | Widgets | Advance v4 | config_lvgl | 9| nk-980iot | Music | Nu-TFT v1.3 | config_lvgl | 10| numaker-m2354 | Music | Nu-TFT v1.3 | config_lvgl | 11| nk-n9h30 | Music | No | .config | 12| numaker-m032ki | Widgets | Nu-TFT v1.3 | config_lvgl | 13| numaker-m467hj | Widgets | NuMaker-TFT-LCD43 v1.0 | config_lvgl | 14| numaker-iot-m467 | Widgets | Nu-TFT v1.3 | config_lvgl | 15| numaker-hmi-ma35d1 | Widgets | No | .config | 16 17## Download related packages 18 19To execute below commands in env command-line window to download related packages for building. 20 21```bash 22# cd <path-to-rt-thread>bsp/nuvoton/<board-name> 23# menuconfig --config config_lvgl 24# pkgs --update 25# scons 26``` 27 28## Firmware programming 29 30To program built rt-thread.bin into flash. You can refer steps in README.md in corresponding supported board folder or CN quick-start guide in rt-thread documents site. 31 32``` 33<path-to-rt-thread>/bsp/nuvoton/<board-name>/README.md 34``` 35 36 or 37 38``` 39https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/tutorial/quick-start/more 40``` 41