Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

More LCD Modules

notro edited this page Jun 5, 2013 · 15 revisions

This is a list of displays that work with the various fbtft drivers.

sainsmart18fb

HY-1.8 SPI

Product page: http://www.ebay.com/itm/130906317995 ($5.95)
LCD Shield: http://www.raspberrypi.org/phpBB3/viewtopic.php?p=336320#p336320

Maybe the bgr driver argument has to used.

Wiring is not verified.

Wiring

Display Driver gpio name Raspberry Pi Remark
GND GND
VCC 3.3V
RESET reset GPIO25
A0 dc GPIO24 Command/data
SDA MOSI
SCK SCLK
CS CE0 Chip Select
LED+ led (optional) 3.3V
LED- GND

Ref: https://github.com/rm-hull/st7735fb

Clone this wiki locally