Arduino library display16_LTSM created
Overview
Name: display16_LTSM
Author: Gavin Lyons.
Description:
- Graphics Library for 16-bit color graphic displays for Arduino eco-system.
- C++ Library.
- Graphics class included.
- Bitmaps supported: 1, 8, and 16 bit + sprites.
- Multiple displays supported, see supported-devices, new components can be added. Device display driver are separate libraries that import this one. User can write their own if device not supported.
- 16 fonts included, new fonts can be easily added without changing source code
- URL library github link
- Extensible via separate driver libraries (ILI9341, ST7735, ST7789, SSD1331, GC9A01)
Supported devices
Component drivers are separate dependent downstream libraries that include this library.
Component name | Type | Interface | Readme URL link |
---|---|---|---|
ST7735 | TFT LCD | SPI HW & SW | github link |
ST7789 | TFT LCD | SPI HW & SW | github link |
SSD1331 | OLED | SPI HW & SW | github link |
ILI9341 | TFT LCD | SPI HW & SW | github link |
GC9A01 | TFT LCD | SPI HW & SW | github link |