Hardware requirements
Micro USB cable
TFT Proto 5” CAPACITIVE board HW REV 1.01 by Mikroelektronika. (Named as SSD1963 panel in project. Not necessary if use MIPI panel)
EVK-MIMXRT595
Personal Computer
RK055AHD091 MIPI panel (Not necessary if use other panel)
RK055MHD091 MIPI panel (Not necessary if use other panel)
RM67162 smart MIPI panel (Not necessary if use other panel)
SD card
Board settings
To use SSD1963 panel: Connect SSD1963 panel to J43.
Make sure resistors R691~R697 are populated and resistors R611~R620,R660, R661 are removed.
To use MIPI panel: Connect MIPI panel to J44.
Unzip the pics.zip, place the jpg pictures to the SD card.
Insert the SDCARD into card slot.
Prepare the Demo
The demo use SSD1963 panel by default, to use MIPI RK055AHD091 panel, change the macro DEMO_PANEL to DEMO_PANEL_RK055AHD091 in display_support.h. To use RM67162 MIPI smart panel, change the macro DEMO_PANEL to DEMO_PANEL_RM67162 in display_support.h. To use MIPI RK055MHD091 panel, change the macro DEMO_PANEL to DEMO_PANEL_RK055AHD091 in display_support.h.
Connect a USB cable between the host PC and the OpenSDA USB port on the target board.
Open a serial terminal with the following settings:
115200 baud rate
8 data bits
No parity
One stop bit
No flow control
Download the program to the target board.
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, pictures are shown in the lcd panel one by one.