luma.oled icon indicating copy to clipboard operation
luma.oled copied to clipboard

Support for SH1122 (256 x 64)?

Open LongLane opened this issue 5 years ago • 7 comments

Hi, great work. I was wondering if you are planning to support SH1122 OLED displays? Here is an example

3154954-40

Datasheet: http://www.farnell.com/datasheets/2822958.pdf

Happy to sponsor one for you.

LongLane avatar Jul 16 '19 19:07 LongLane

@LongLane Always open to support new devices. Happy to accept screens sent direct to me or donations for devices gratefully received. This one https://www.aliexpress.com/item/32846176247.html may be better as it is on a breakout board and is configured for SPI (the farnell one looks to be I2C, so would be quite a bit slower)

Ping me at [email protected] and I'll let you know the mailing address or alternatively paypal to that email and I'll order direct from aliexpress

rm-hull avatar Jul 16 '19 21:07 rm-hull

@LongLane still looking for sponsors, can you give an update?

thijstriemstra avatar Feb 14 '20 02:02 thijstriemstra

Hi, good point, this one had slipped. I had sent a sample over to Richard. @rm-hull, do you have an update? Many thanks

LL

LongLane avatar Feb 14 '20 08:02 LongLane

Hey @rm-hull, did you ever get display to play with? I currently looking at this one: AliExpress And would happily donate one to you if your still interested.

poulsen93 avatar Jan 18 '22 04:01 poulsen93

Hello. I see no progress here, but I managed to have one of these displays working with this library. You can find it here - it's working for me (4 wire SPI), but the code is very messy.

It does not use the possibility to update changed parts of canvas as this display probably does not support same commands as other oled drivers do (or I haven't found it). Feel free to use the code.

Biggest thanks should go here: https://forum.micropython.org/viewtopic.php?f=14&t=9769

sukovec avatar Nov 21 '22 17:11 sukovec

I'd love to use my SH1122 display with luma.oled. Anyone managed to integrate above code of @sukovec in this repo? I'd love to test.

kvandt avatar Oct 20 '23 17:10 kvandt