Example description
Overview
========
This example is a reference to use the G2D APIs to render an image
-This example does not require FreeRTOS
Hardware requirements
=====================
- LinkIt 2523 HDK
- Personal Computer
- Type-A to micro-B USB
Board settings
==============
Default board settings
Prepare the Demo
================
1. Connect a micro USB cable between the host PC and the MK20 USB port on the target board.
2. Build the project and Download the program to the target board.
3. Open a serial terminal with the following settings:
- 115200 baud rate
- 8 data bits
- No parity
- One stop bit
- No flow control
Running the demo
================
1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.
The rendered image is shown on the display module and the output logs are sent to the COM port.
The log "G2D test done." indicates the destination image is rendered and the rendered image is shown on display module.
Customization options
=====================