letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.23k stars 2.2k forks source link

What are the chances of support for SSD1309 OLED controller? #842

Open Budman1758 opened 6 years ago

Budman1758 commented 6 years ago

I just acquired one of these displays.

https://www.ebay.com/itm/RGB-White-2-42-OLED-LCD-Display-SSD1309-128x64-SPI-Serial-Port-for-Arduino-C51/172967178530?ssPageName=STRK%3AMEBIDX%3AIT&var=471729716998&_trksid=p2060353.m2749.l2649

I could have swore that I was getting a display with a SSD1306 chip but I guess I'm getting dyslexia or something cause I now have a 20 dollar paperweight. I realize you Dev type folks are a bit busy but I just thought I'd ask.........

sassod commented 6 years ago

I dont understand why you would spend 20$ on a graphic display when you can get a lot more for that amount of money. You could get a nextion lcd 3.2" with touchscreen. The plugin is in the playground and it works at lesat for me with a ESPEasy_v2.0.0-dev11, haven't tried compiling latest builds but I think it should work.

On Sat, Feb 10, 2018 at 4:26 AM, Carl Forster notifications@github.com wrote:

I just acquired one of these displays.

https://www.ebay.com/itm/RGB-White-2-42-OLED-LCD-Display- SSD1309-128x64-SPI-Serial-Port-for-Arduino-C51/ 172967178530?ssPageName=STRK%3AMEBIDX%3AIT&var= 471729716998&_trksid=p2060353.m2749.l2649 http://url

I could have swore that I was getting a display with a SSD1306 chip but I guess I'm getting dyslexia or something cause I now have a 20 dollar paperweight. I realize you Dev type folks are a bit busy but I just thought I'd ask.........

β€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/letscontrolit/ESPEasy/issues/842, or mute the thread https://github.com/notifications/unsubscribe-auth/ADPy_2hJa-PwPbILH6G-9t1jVEHupWMfks5tTQxkgaJpZM4SAyFn .

Budman1758 commented 6 years ago

Well..... Had I known... Like I said, it was an error that I got that particular display.
Nextions look like nice displays. How much support does the plugin provide? And why is it still in the playground and not in the firmware now?

TD-er commented 6 years ago

Those nextion displays are quite different. You have to create some template in their software and then act on events from that display.

TD-er commented 6 years ago

Oh and I don't have one (yet ;) )

Grovkillen commented 6 years ago

Maybe get that playground plugin for Nextion into the official release?

TD-er commented 6 years ago

Hmm I just needed an excuse to buy one ;)

s0170071 commented 6 years ago

We should make it a habit to get it for free from the feature requester... Along with some chocolate and two beer 😁 -- Diese Nachricht wurde von meinem Android-GerÀt mit K-9 Mail gesendet.

Grovkillen commented 6 years ago

@TD-er I got two... you want one? πŸ‘

sassod commented 6 years ago

I'm more than willing to provide a display for the developers if that means that the display is going to be considered supported in the future releases. 20 or 30$ for something that may benefit the requester is a small price for it.

Tell me where to send and i will order one for you... 😁

On Feb 10, 2018 10:07, "Grovkillen" notifications@github.com wrote:

@TD-er https://github.com/td-er I got two... you want one? πŸ‘

β€” You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/letscontrolit/ESPEasy/issues/842#issuecomment-364637692, or mute the thread https://github.com/notifications/unsubscribe-auth/ADPy_9k4Wp_oIhKqtlBbMfQpAmPlTzQeks5tTVxagaJpZM4SAyFn .

TD-er commented 6 years ago

I already ordered one this morning. But it's coming from Banggood, so it may take 7-20 days to arrive.

Budman1758 commented 6 years ago

@s0170071 Let me know where to send it and it will happen. :>) I would rather keep using my previous paperweight.........

pastaclub commented 6 years ago

Not sure whether you're aware of it, but there is a discussion here where someone made an SSD1309 display work with the SSD1306 code by exchanging 3 resistors.

Other than that, the Nextions were mentioned. I worked with them in the past and it's quite different. You have to use their editor to build a GUI, then flash that to the Nextion and communicate with it through a serial port. While the bang for the buck is quite good, their editor software has a crappy usability and its parser forces you to write ugly code. Changing your application means not only changing your microcontroller code but the Nextion GUI as well, which means re-compiling that and flashing it to the device. And then it's a TFT (which gets hot and has inferior contrast compared to an OLED), and the touchscreen is nothing like a smartphone - there is a foil on the display that you have to depress, like TomTom navigation devices 15 years ago. If you need nice colored bitmaps, go for the Nextion, I'm just saying there are also good reasons to go with a monochrome OLED.