#spi #lcd-display #spi-driver #embedded #ili9225

lcd_ili9225_rs

A simple crate for ili9225 lcd with embedded-hal

1 unstable release

new 0.1.0 Feb 12, 2025

#773 in Hardware support

MIT/Apache

89KB
350 lines

TFT_22_ILI9225

SPI driver for the ILI9225 LCD display controller

Introduction

This is a library for the ILI9225 based 2.2" 176x220 TFT LCD shields commonly found on eBay, originally forked from the screen_4D_22_library library. The ability to use GLCD fonts has been added and the syntax has been changed to match the Adafruit libraries somewhat.

Note that there is a commonly available 2.2" 240x320 TFT module very similar in appearance but using the ILI9341 driver.

ILI9225

thanks https://github.com/sajattack/st7735-lcd-rs


lib.rs:

This crate provides a ILI9225 driver to connect to TFT displays.

Dependencies

~160KB