ri-esp-display 0.1.1

no_std display drivers for ESP32: HD44780+PCF8574 I2C LCD and ILI9341 bit-bang SPI TFT
Documentation
1
2
3
4
5
6
7
#![no_std]

pub mod hd44780_pcf8574;
pub mod ili9341_bitbang;

pub use hd44780_pcf8574::Lcd20x4;
pub use ili9341_bitbang::{BitBangIli9341, Rgb565};