DeusExMachina Posted January 5, 2015 Report Posted January 5, 2015 I have found this cheap OLED display using sh1106 controller. http://www.aliexpress.com/item/2014-Bra ... 25119.htmlAnybody tried this? 8-)
Joel Bodenmann Posted January 5, 2015 Report Posted January 5, 2015 I don't have any but it certainly looks interesting for that price. Did you order one?Thanks for sharing!~ Tectu
DeusExMachina Posted January 5, 2015 Author Report Posted January 5, 2015 Yes, I ordered one. I'll try to get it work and will share results.
Joel Bodenmann Posted January 5, 2015 Report Posted January 5, 2015 Awesome! Can't wait for it Every new display driver is exiting.~ Tectu
DeusExMachina Posted April 7, 2015 Author Report Posted April 7, 2015 (edited) Finally I received the display. sh1106 resembles ssd1306 but not the same. For now I get just junk on the screen... Edited September 2, 2015 by Guest
Joel Bodenmann Posted April 7, 2015 Report Posted April 7, 2015 With these kinds of things the supplier usually gives you some arduino library to download. It often helps to take a look at the initialization code there.~ Tectu
crteensy Posted April 7, 2015 Report Posted April 7, 2015 One of the comments at aliexpress states that it works with u8glib and the ssd1106 driver - maybe have a look there?
DeusExMachina Posted April 14, 2015 Author Report Posted April 14, 2015 Unfortunately u8 lib sequence produces junk too... Maybe I have another display variant...
inmarket Posted April 14, 2015 Report Posted April 14, 2015 I also have a ssh1106 module on order. I will write a driver for it when it arrives if you can wait.
DeusExMachina Posted April 14, 2015 Author Report Posted April 14, 2015 Of cause I can wait I tried several init sequences: DISPLAY OFF command works OK on all.I looked here:https://github.com/rm-hull/ssd1306/blob ... /device.pyhttps://code.google.com/p/u8glib/source/browse/http://hallard.me/adafruit-oled-display-driver-for-pi/
inmarket Posted May 12, 2015 Report Posted May 12, 2015 The display I ordered that was supposed to be sh1106 turned out to be a ssd1306. Have you tried that driver?
inmarket Posted May 17, 2015 Report Posted May 17, 2015 I have ordered another display supposedly with that controller. I will let you know when I get it and how it goes.
inmarket Posted July 8, 2015 Report Posted July 8, 2015 I have finally received a display module with the SSD1106 controller. I will test over the next few days and post the results.
Kosyak Posted September 17, 2015 Report Posted September 17, 2015 Here is small patch that adds support for SH1106 controller into SSD1306 driver: https://gist.github.com/ObKo/4877222ed06855b6dfecYou have to add #define SSD1306_SH1106 TRUE somewhere in your config files.
inmarket Posted September 18, 2015 Report Posted September 18, 2015 This has been added to the master repository.Thanks!
DeusExMachina Posted September 20, 2015 Author Report Posted September 20, 2015 2KosyakYou made my day! It works!Thanks :ugeek:
Joel Bodenmann Posted September 20, 2015 Report Posted September 20, 2015 And with that uGFX comes with 43 built-in drivers for displays, touchscreens and audio 8-) Good work guys, keep it up!~ Tectu
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now