This repository was archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 495
More LCD Modules
notro edited this page Nov 3, 2013
·
15 revisions
This is a list of displays that work with the various fbtft drivers.
Product page: http://www.ebay.com/itm/130906317995 ($5.95)
LCD Shield: http://www.raspberrypi.org/phpBB3/viewtopic.php?p=336320#p336320
sudo modprobe fbtft_device name=sainsmart18 bgr=1
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
Product page: http://imall.iteadstudio.com/display/tft-lcm/im120419005.html
Forum post: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=64&t=47460
Forum posts
- http://www.raspberrypi.org/phpBB3/viewtopic.php?p=366602#p366602
- http://www.raspberrypi.org/phpBB3/viewtopic.php?f=64&t=46501
Commit: https://github.com/zanaster/fbtft/commit/3fd31cdcba9021575cd911ba329b9c5904ac726f
Blog post: http://zanaster.blogspot.no/2013/10/linux-driver-for-st7565.html