Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Adafruit SSD1331 OLED color display #760

Closed
hapklaar opened this issue Jun 7, 2020 · 11 comments
Closed

Add support for Adafruit SSD1331 OLED color display #760

hapklaar opened this issue Jun 7, 2020 · 11 comments

Comments

@hapklaar
Copy link

hapklaar commented Jun 7, 2020

Describe the problem you have/What new integration you would like
Please add support for the cheap Adafruit SSD1331 96x64 OLED color display.

Please describe your use case for this integration and alternatives you've tried:
Trying to create a CO2 sensor module that shows the current CO2 level and temperature from a MH-Z19B sensor on a display with a bargraph with color based on that level (400-600 green, 600-1000 yellow, 1000+ red). Have it working in txt only on a SSD1306, but now would like to move on to a color display in the same family and finish the module for use with Home Assistant.

Additional context
This is an SPI controlled display. Library is available from Adafruit (Adafruit_SSD1331.h)

@kbx81
Copy link
Member

kbx81 commented Jun 16, 2020

I've recently picked up a couple of their SSD1351 displays -- hopefully the SSD1331 is similar enough that it can be part of the same component. I may take a stab at implementing this in the not-too-distant future, unless someone beats me to it. 😄

@kbx81
Copy link
Member

kbx81 commented Jun 25, 2020

Unfortunately this display isn't quite as similar to the SSD1351 as it probably should be to roll into a single component. Next time I order some hardware, I just might add one of these to the order so I can properly build and test it.

@hapklaar
Copy link
Author

I see you finished the SSD1351 integration, great! Let me know if it would help if I send you one of these SSD1331's.

@kbx81
Copy link
Member

kbx81 commented Jul 28, 2020

I have one of these on order, but it seems everybody is out of stock and they are not due to ship until late October. 😞

If you would like this added sooner and are willing to send one, I won't turn it down! 😄

@hapklaar
Copy link
Author

October really? You're not ordering from Ali I guess :)

If you PM me your address, I'll see to that you get one delivered!

@kbx81
Copy link
Member

kbx81 commented Aug 8, 2020

@hapklaar I received the display -- thank you! 🎉
It's been implemented and PR'd. Just needs approval and merging. 😄

@hapklaar
Copy link
Author

@kbx81 That's great news, you're fast!

Will have a go at it as soon as it's available. Thanks again! :)

@emeyedeejay
Copy link

Hi! Is there any update on this at all? Also keen to get my SSD1331 screen integrated into ESPHome.

Thanks!

@kbx81
Copy link
Member

kbx81 commented Dec 15, 2020

It was merged into dev a while ago. It'll be in the next release, or if you need it now, you can run dev. 😄

@emeyedeejay
Copy link

Thanks!

I found the updated documents and am now running dev. Still can't get it working though :D

@emeyedeejay
Copy link

Now working 🙌

2020-12-16_19h38_38

@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants