Page 1 of 1
Does ESPEasy support 2 OLED displays at the same time?
Posted: 29 Jan 2018, 05:17
by budman1758
Before I head over to Github I just wanted to ask if ESPEasy is supposed to be able to support more than 1 OLED display concurrently.
I have 2 hooked up to a unit and both display stuff but there are quite a few issues with it.
Re: Does ESPEasy support 2 OLED displays at the same time?
Posted: 29 Jan 2018, 05:51
by grovkillen
Current code only support one display.
Re: Does ESPEasy support 2 OLED displays at the same time?
Posted: 29 Jan 2018, 06:03
by budman1758
grovkillen wrote: ↑29 Jan 2018, 05:51
Current code only support one display.
Well....... Poop. Guess it's back to the drawing board.

Re: Does ESPEasy support 2 OLED displays at the same time?
Posted: 29 Jan 2018, 06:06
by grovkillen
Yeah, it's been under consideration to allow more than one but it's not a prioritized enhancement.
Re: Does ESPEasy support 2 OLED displays at the same time?
Posted: 29 Jan 2018, 10:33
by TD-er
A very big maybe, but it might be that the OLED and the OLEDframed can run next to each other.
You still have to make sure both OLEDs have a different address, since they occupy the same I2C bus.
Re: Does ESPEasy support 2 OLED displays at the same time?
Posted: 29 Jan 2018, 18:55
by budman1758
I have them on different address. I was using the Framed OLED for both. Basically what happens is one stops responding and the info for BOTH of them is displayed on one.
I did not try the non framed and framed yet. Will try that and see what happens.
Re: Does ESPEasy support 2 OLED displays at the same time?
Posted: 01 Feb 2018, 04:54
by budman1758
Well.... Have a Framed version and a regular working together. They seem to be coexisting peacefully. So far I haven't seen any conflicts. When using commands to write to it manually the only one that responds to that is the non framed display. Same with clear command. Both of them have the some of the same info displayed like temp and humidity. Working well enough I suppose!!