Add support for SSD1351 128x128 Color OLED
See original GitHub issue[this is a placeholder to record progress on implementation of the ssd1351
device]
This development was permitted by the kind donation of funds by @svenyonson to purchase https://www.aliexpress.com/item/1-5-inch-Colorful-OLED-Module-SSD1331-128x128-Resolution-for-51-STM32-Arduino/32721463778.html
Implementation Notes
Code [WIP] on branch: feature/SSD1351. Documentation preview: http://luma-oled.readthedocs.io/en/feature-ssd1351/ Datasheet: http://www.hpinfotech.ro/SSD1351.pdf
Item received, close up pics as follows:
OLED Pin | OLED Name | RPi Pin | RPi Function | Remarks |
---|---|---|---|---|
1 | GND | P01-20 | GND | Ground |
2 | VCC | P01-17 | 3V3 | +3.3V Power |
3 | SCL | P01-23 | GPIO 11 (SCLK) | Serial Clock |
4 | SDA | P01-19 | GPIO 10 (MOSI) | Serial Data |
5 | RES | P01-22 | GPIO 25 | Reset |
6 | DC | P01-18 | GPIO 24 | Data/Command |
7 | CS | P01-24 | GPIO 8 (CE0) | Chip Select |
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Adafruit 1.27" and 1.5" Color OLED Breakout Board
This OLED uses the SSD1351 driver chip, which manages the display. ... The library supports flexible wiring to minimize pin conflicts with ...
Read more >Serial SPI 1.5"Color OLED Display 128x128 Graphic ...
ER-OLED015-1C is 1.5"color oled display 128x128 graphic module,serial+parallel interface,ssd1351 controller,wide temperature and view angle,fpc connector.
Read more >1.5Inch RGB OLED Screen Display Module ... - Walmart
This is a general 1.5inch RGB OLED display module, 128x128 pixels, 16-bit high color (65K colors),clearly displays colorful images, with embedded controller, ...
Read more >1.5inch RGB OLED Display Module 128x128 16-bit High ...
Amazon.com: 1.5inch RGB OLED Display Module 128x128 16-bit High Color SPI Interface SSD1351 ... Add to Cart ... Support: Free Amazon tech support...
Read more >1.5inch RGB OLED Module User Manual
This is a general RGB OLED display Module, 1.5inch diagonal, 128x128 pixels, 16- bit high color (65K colors), with embedded controller, communicating via ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A few months ago I was searching for a proper library and came across this one but it didn’t have support back then. Now it does, thank you so much for supporting SSD1351 👍.
@rm-hull at the bottom