MCUXpresso_MIMXRT1021xxxxx/boards/evkmimxrt1020/lvgl_examples/lvgl_demo_widgets
Yilin Sun 763d32be90
Updated SDK to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-15 22:23:36 +08:00
..
armgcc Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
FreeRTOSConfig.h Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
board.c Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
board.h Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
clock_config.c Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
clock_config.h Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
dcd.c Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00
dcd.h Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00
lv_conf.h Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
lvgl_demo_widgets.c Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
lvgl_demo_widgets_v3_14.xml Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
lvgl_support.c Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
lvgl_support.h Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
pin_mux.c Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00
pin_mux.h Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00
readme.md Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00

readme.md

Overview

A demo application to show lvgl widgets.

SDK version

  • Version: 2.15.000

Toolchain supported

  • IAR embedded Workbench 9.40.1
  • Keil MDK 5.38.1
  • MCUXpresso 11.8.0
  • GCC ARM Embedded 12.2

Hardware requirements

  • Micro USB cable
  • EVK-MIMXRT1020 board
  • Adafruit TFT LCD shield w/Cap Touch
  • Personal Computer

Board settings

There are different versions of Adafruit 2.8" TFT LCD shields. The shields marked v2.0 works directly with this project. For the other shields, please solder the center pin of IOREF pads to the 3.3V pad, and solder the pads 11, 12, and 13. See the link for details: https://community.nxp.com/t5/MCUXpresso-Community-Articles/Modifying-the-latest-Adafruit-2-8-quot-LCD-for-SDK-graphics/ba-p/1131104

Attach the LCD shield to the board.

Prepare the Demo

  1. Connect a micro USB cable between the PC host and the J6 micro USB port on the board.
  2. Build the project.
  3. Download the program to the target board.
  4. Reset the SoC and run the project.

Running the demo

If this example runs correctly, the sample GUI is displayed. Known issue: The MCU is not able to generate hardware reset of the LCD due to hardware limitation of the boards interconnection. Because of this the LCD may not get initialized (stays blank) following a cold start (power on) of the board even if the demo was correctly programmed to the FLASH memory. In such a case simply press the reset button to restart the demo.