MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/lvgl_examples/lvgl_guider_bm
Yilin Sun 6baf4427ce
Updated to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-18 23:15:10 +08:00
..
armgcc Updated to v2.15.000 2024-03-18 23:15:10 +08:00
custom Updated to v2.14.0 2023-11-30 20:55:00 +08:00
generated Updated to v2.14.0 2023-11-30 20:55:00 +08:00
board.c Updated to v2.15.000 2024-03-18 23:15:10 +08:00
board.h Updated to v2.15.000 2024-03-18 23:15:10 +08:00
clock_config.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
clock_config.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
dcd.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
dcd.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
evkbimxrt1050_sdram_init.jlinkscript Updated to v2.14.0 2023-11-30 20:55:00 +08:00
lv_conf.h Updated to v2.15.000 2024-03-18 23:15:10 +08:00
lvgl_guider_bm.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
lvgl_guider_bm_v3_14.xml Updated to v2.15.000 2024-03-18 23:15:10 +08:00
lvgl_support.c Updated to v2.15.000 2024-03-18 23:15:10 +08:00
lvgl_support.h Updated to v2.15.000 2024-03-18 23:15:10 +08:00
pin_mux.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
pin_mux.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
readme.md Updated to v2.15.000 2024-03-18 23:15:10 +08:00

readme.md

Overview

This project is used to work with LVGL GUI Guider. The GUI Guider generated code is placed in the folder "generated". The example generated code shows a button in the panel.

SDK version

  • Version: 2.15.000

Toolchain supported

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

Hardware requirements

  • Micro USB cable
  • EVKB-IMXRT1050 board
  • Personal Computer
  • RK043FN02H-CT or RK043FN66HS-CT6 LCD board

Board settings

  1. Connect the RK043FN02H-CT or RK043FN66HS-CT6 to board.

Prepare the Demo

  1. Connect a USB cable between the host PC and the OpenSDA USB port on the target board.
  2. Open a serial terminal with the following settings:
    • 115200 baud rate
    • 8 data bits
    • No parity
    • One stop bit
    • No flow control
  3. Build the project, the project uses RK043FN66HS-CT6 by default, to use other panels, change #define DEMO_PANEL DEMO_PANEL_RK043FN66HS to #define DEMO_PANEL DEMO_PANEL_RK043FN02H in lvgl_support.h
  4. Download the program to the target board.
  5. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo

If this example runs correctly, the sample GUI is displayed.

This board also supports LVGL 1-bit, 8-bit color depth, to use this feature, modify LV_COLOR_DEPTH as 1 or 8 in lv_conf.h.

Currently GPU is not supported for 1-bit and 8-bit color depth, change LV_USE_GPU_NXP_PXP to 0 in lv_conf.h.