Microchip® Advanced Software Framework

Quick Start Guide for the ILI93XX

LCD Glass component.

This is the quick start guide for the Display - ILI93XX Controller, with step-by-step instructions on how to configure and use the driver for a specific use case.The code examples can be copied into e.g the main application loop or any other function that will need to control the ili93xx LCD Glass component module. Now ili9325 and ili9341 are supported.

Use cases

ili93xx LCD Glass basic usage

This use case will demonstrate how to initialize the ili93xx LCD Glass module.

Setup steps

Prerequisites

This module requires the following driver

  • smc_group

ili93xx_basic_setup_code

Add this to the main loop or a setup function:

ili93xx_basic_setup_workflow

-ili93xx_basic_setup_code

Usage steps

ili93xx_basic_usage_code

  1. Set display on
  2. Turn display off
  3. Draw a pixel
  4. Draw a line and circle
  5. Draw a string of text
    ili93xx_draw_string(10, 20, (uint8_t *)"ili93xx_lcd example");
  6. Fill a rectangle with one certain color
  7. Get device type