1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU0059)

LCD, TFT, OLED, LED modules
nigelmercier
Posts: 14
Joined: Sun Jan 05, 2014 12:40 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by nigelmercier » Thu Jan 14, 2016 8:24 am

Please can you add links to the products, otherwise hard to find.

White: http://hobbycomponents.com/displays/621 ... dule-white
Blue: http://hobbycomponents.com/displays/622 ... dule-white (note this is the blue module)

andrew
Site Admin
Posts: 1374
Joined: Sun Aug 05, 2012 4:15 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by andrew » Thu Jan 14, 2016 3:47 pm

Thanks for the suggestion, I've updated the first post to include links to the store. Just for information you can take any of our stock codes (HCXXXXXXXX) from the forum thread title and paste it in to our stores search box to get to that item. In fact you can even past our stock codes into google.
Comments made by this poster do not necessarily reflect the views of Hobby Components Ltd.

nigelmercier
Posts: 14
Joined: Sun Jan 05, 2014 12:40 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by nigelmercier » Mon Jan 18, 2016 3:11 pm

I've re-written the command table for the SH1106 to show the command number, the hex commands and the POR values.

Attached...
You do not have the required permissions to view the files attached to this post.

andrew
Site Admin
Posts: 1374
Joined: Sun Aug 05, 2012 4:15 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by andrew » Tue Jan 19, 2016 9:48 am

Thanks for creating this. I've added a copy to the first post of this thread.
Comments made by this poster do not necessarily reflect the views of Hobby Components Ltd.

nigelmercier
Posts: 14
Joined: Sun Jan 05, 2014 12:40 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by nigelmercier » Tue Jan 19, 2016 10:23 pm

andrew wrote:Thanks for creating this. I've added a copy to the first post of this thread.
I've got a couple of revisions to add, will post when complete.
Last edited by nigelmercier on Mon Jan 25, 2016 12:02 pm, edited 1 time in total.

nigelmercier
Posts: 14
Joined: Sun Jan 05, 2014 12:40 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by nigelmercier » Tue Jan 19, 2016 10:23 pm

For the benefit of those who are not going the Arduino route, and therefore need to have as much detail as possible...

The RST pin is technically mislabelled, it should be

___
RST

In other words, it is active LOW!

Wasted a whole day on this :(

nigelmercier
Posts: 14
Joined: Sun Jan 05, 2014 12:40 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by nigelmercier » Mon Feb 08, 2016 1:34 pm

This site has been the most useful for my PIC Microcontroller based SH1106 project, so I thought I would show you my result. Note that I did not buy the OLED board from HC, and it is not as good: it has no CS pin, and was more expensive. As soon as HC have stock I want more.
WaterGauge-004LR.png
WaterGauge-007LR.png
The device is a water tank gauge for the two water tanks on my boat. The two tank senders have 16 switches (or 20 on the longer one) which change the resistance, so the output falls into one of a number of "slots". The large numbers on the OLED show the midrange of the slot, in litres; calibrated by noting the readings on the D/A converter while filling the tanks.

The bargraph is this number as a percentage of the maximum value for the tank. The filled > character points to the aft tank, as this is the button that was pressed.

The smaller 999 on the display is just debug info from the sensor reading the ambient light, used to set the contrast of the OLED.

Schematic diagram and source code for PIC Microcontroller using mikroC Pro here
You do not have the required permissions to view the files attached to this post.

nigelmercier
Posts: 14
Joined: Sun Jan 05, 2014 12:40 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by nigelmercier » Sun Mar 20, 2016 8:44 am

andrew wrote:
Do you have an ETA for these to be in stock?
Not at the moment I'm afraid...
Any news?

allears62
Posts: 2
Joined: Fri Jul 01, 2016 1:51 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by allears62 » Fri Jul 01, 2016 1:59 pm

Hi I ordered these as per the image both here and the product page on the site however the pins on the OLEDs delivered read

GND VDD SCK SDA RES DC CS

as opposed to:

GND VCC D0 D1 RES DC CS

Can anyone confirm if these will behave the same/are the same? or do I need to return these. I'm attaching them to a pcb I've bought so can't re-route pins in the circuit without considerable trouble.

Cheers!

Alex

andrew
Site Admin
Posts: 1374
Joined: Sun Aug 05, 2012 4:15 pm

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Post by andrew » Fri Jul 01, 2016 4:08 pm

Yes the pin order should be the same, it's just the screen print for the two data pins that's different. I'll get this added to the first post but just to confirm...

GND = GND
VCC = VDD
D0 = SCK
D1 = SDA
RES = RES
DC = DC
CS = CS

It is also still configured to SPI mode as advertised.
Comments made by this poster do not necessarily reflect the views of Hobby Components Ltd.

Post Reply

Return to “Display”