Search found 4 matches

by mooser
Wed May 22, 2019 1:48 am
Forum: Arduino
Topic: HCuOLED library for SSD1307 & SH1106 based OLED displays
Replies: 65
Views: 66481

Re: HCuOLED library for SSD1307 & SH1106 based OLED displays

That worked perfectly All three not come on blank, reset on the #1 and Init on #2 and #3 Dimming also works, using a 1 for the value drops it down a fair amount while still easily visible, I'll use that as a screen-saver type routine. Thanks so much for fixing / adding that, especially so quickly Wh...
by mooser
Sun May 19, 2019 1:13 pm
Forum: Arduino
Topic: HCuOLED library for SSD1307 & SH1106 based OLED displays
Replies: 65
Views: 66481

Re: HCuOLED library for SSD1307 & SH1106 based OLED displays

All three work correctly even during the reset if I wire them to the different reset pins (8,5,2) The init you added allows the displays to function without reset command but doesn't blank them during the reset I guess is how I can describe it. (I also tried clearing the buffers before the reset but...
by mooser
Sat May 18, 2019 7:28 pm
Forum: Arduino
Topic: HCuOLED library for SSD1307 & SH1106 based OLED displays
Replies: 65
Views: 66481

Re: HCuOLED library for SSD1307 & SH1106 based OLED displays

Thanks for the reply I connected all 3 display rst pins to output 8 When I call the setup for the screens it looks like this void setup() { DisplayInit(); // Clear and prepare the displays delay (9999); DisplayLogo(); // Display the Logo delay (2999); } and the DisplayInit is this void DisplayInit()...
by mooser
Sat May 18, 2019 2:32 am
Forum: Arduino
Topic: HCuOLED library for SSD1307 & SH1106 based OLED displays
Replies: 65
Views: 66481

Re: HCuOLED library for SSD1307 & SH1106 based OLED displays

Question about clearing multiple displays HI have three SPL displays set up like the sample code (blinking eyes) and I'm trying to get them to start in a blank state when the system first turns on (power up) and then load some bitmaps I've been trying to tie all of the 3 reset pins on the displays t...

Go to advanced search