Overview
========

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

Toolchain supported
===================
- MCUXpresso  11.3.0

Hardware requirements
=====================
- Micro USB cable
- EVKB-IMXRT1050 board
- Personal Computer
- RK043FN02H-CT LCD board

Board settings
==============
1. Connect the RK043FN02H-CT board to J8.

Prepare the Demo
================
1.  Connect a USB cable between the host PC and the OpenSDA USB port on the target board. 
2.  Download the program to the target board.
4.  Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo
================
When the main screen is displayed, press the "Plus" button to increment
the count shown in the center of the screen. Press the "Minus" button to
decrement the count shown in the center of the screen.  Note that only 
positive integers are displayed.  

In addition, the following modifications made
are as follows:

1) Pressing the minus sign should toggle the USER_LED, D18.

2) Pressing the user pushbutton, USER_BUTTON (SW8), will
   increment the count and update the counter display on the
   screen.
