question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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: image

image

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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
martijnrondeelcommented, Nov 19, 2017

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 👍.

0reactions
thijstriemstracommented, Apr 18, 2018

@rm-hull at the bottom

screenshot from 2018-04-18 17-46-29

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found