luma.oled
luma.oled copied to clipboard
Support for SH1122 (256 x 64)?
Hi, great work. I was wondering if you are planning to support SH1122 OLED displays? Here is an example
Datasheet: http://www.farnell.com/datasheets/2822958.pdf
Happy to sponsor one for you.
@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
@LongLane still looking for sponsors, can you give an update?
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
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.
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
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.