DeusExMachina Posted January 5, 2015 Report Share 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-) Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted January 5, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
DeusExMachina Posted January 5, 2015 Author Report Share Posted January 5, 2015 Yes, I ordered one. I'll try to get it work and will share results. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted January 5, 2015 Report Share Posted January 5, 2015 Awesome! Can't wait for it Every new display driver is exiting.~ Tectu Link to comment Share on other sites More sharing options...
DeusExMachina Posted April 7, 2015 Author Report Share 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 Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted April 7, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
crteensy Posted April 7, 2015 Report Share 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? Link to comment Share on other sites More sharing options...
DeusExMachina Posted April 14, 2015 Author Report Share Posted April 14, 2015 Unfortunately u8 lib sequence produces junk too... Maybe I have another display variant... Link to comment Share on other sites More sharing options...
inmarket Posted April 14, 2015 Report Share 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. Link to comment Share on other sites More sharing options...
DeusExMachina Posted April 14, 2015 Author Report Share 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/ Link to comment Share on other sites More sharing options...
DeusExMachina Posted May 12, 2015 Author Report Share Posted May 12, 2015 Any progress? Link to comment Share on other sites More sharing options...
inmarket Posted May 12, 2015 Report Share 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? Link to comment Share on other sites More sharing options...
DeusExMachina Posted May 17, 2015 Author Report Share Posted May 17, 2015 yep, but with no success Link to comment Share on other sites More sharing options...
inmarket Posted May 17, 2015 Report Share 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. Link to comment Share on other sites More sharing options...
inmarket Posted July 8, 2015 Report Share 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. Link to comment Share on other sites More sharing options...
DeusExMachina Posted July 24, 2015 Author Report Share Posted July 24, 2015 Cool! Can't wait =) Link to comment Share on other sites More sharing options...
Kosyak Posted September 17, 2015 Report Share 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. Link to comment Share on other sites More sharing options...
inmarket Posted September 18, 2015 Report Share Posted September 18, 2015 This has been added to the master repository.Thanks! Link to comment Share on other sites More sharing options...
DeusExMachina Posted September 20, 2015 Author Report Share Posted September 20, 2015 2KosyakYou made my day! It works!Thanks :ugeek: Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted September 20, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
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