glcd_ili9341

Library for GLCD using the ILI9341 display controller.

Author Rob Jansen, Copyright © 2022..2023, all rights reserved.
Adapted-by
Compiler 2.5r8

Description

Text and graphics library for the graphic display module using 
             the ILI9341 display controller, controlled via a 4-wire SPI 
             interface. The library supports displays with a resolution of
             240 x 320 pixels. The default resolution can be overruled.


Sources

a-Si TFT LCD Single Chip Driver 240RGBx320 Resolution and 262K color  
         Specification version: V1.09   
         Inspired by the Adafruit ILI9341 library for Arduino.     


Notes

The default display resolution is 240 x 320 pixels If a display with a
       different resolution is used you can overrule these as follows (example):
       const word ILI9341_MAX_X_PIXELS = 128  -- Width  
       const word ILI9341_MAX_Y_PIXELS = 160  -- Height 


Dependencies


Summary

Global variables/contants

Procedures

Private

Functions

Private

API details

Global variables/contants

Procedures

Private

Functions

Private

Related samples

Here are the list of samples which use this library:

16f1885716f18857_glcd_ili9341.jal
16f1885716f18857_touch_ads7843.jal
16f1885716f18857_touch_interrupt_ads7843.jal
16f1885716f18857_glcd_ili9341_fat32_sd_card.jal
18f46q1018f46q10_glcd_ili9341_font.jal