Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 824 Bytes

File metadata and controls

26 lines (18 loc) · 824 Bytes

LVGL Keyboard DEMO

This Demo shows how to use Keyboard component of LVGL Tool in NECTOStudio IDE. First it displays the intro screen and then it shows application screen.

  • Authors : MikroE
  • Version : 3.1.0
  • Date : ${COPYRIGHT_YEAR}.

Hardware Support

  • Place TFT Display into the TFT socket of the Board.

Software Support

We provide demo code for testing LVGL Tool functionality. For example to work, TFT Display should be chosen during setup creation. To create a setup with TFT Display follow these steps:

  1. Click on Setups and select New.
  2. Select GCC ARM or XC32 compiler.
  3. Select Board you are using.
  4. Select your MCU Card.
  5. Select desired display, and choose programmer/debugger tool.
  6. Click Finish.
  7. Program the MCU.