-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support 7 segment display #3555
Comments
why not use OLED? (is already supported!) or character LCDS (also supported) |
@gemu2015 Thanks! But I only need to display digits and 7 segment display is still much cheaper and smaller (less than half price). |
There are oleds that are very small and currently supported. It has taken a long time to get that support, so don't know when 7 segment will come. But, will come sooner if you do the work to integrate it 😀. |
@Frogmore42 Got a link of a cheap OLED which is smaller than 7 segment and supported by Tasmota? |
I haven't tried these yet, but I expect them to work with the new support. They are available cheaper directly from China, but I like 2-day shipping and have had good luck with Maker Focus products. I also hate wasting time on stuff that doesn't work, so my definition of cheap includes how much time I need to spend getting it to work.. |
There are of course some very small 7-segment displays, but you didn't provide a reference for your definition of small. I also like to be able to read my displays without needing to be closer than a few inches away. |
@Frogmore42 Thanks! I will try that. Hope it works out of box. |
@qingz2004 |
@Jason2866 How clear is it compare to 7 segment LED when it displays digits? |
The one I listed is similar to the one that @Jason2866 has used, only smaller (128x32 instead of 128x64). Both displays are incredibly crisp, but they are quite small. So depending on your age an eyesight, you might need glasses to read them :-) |
if you display only a few digits with increased font size it is perfectly readable
but there are also versions with 1.3 inch which are better readable at small fonts
… Am 24.08.2018 um 19:52 schrieb Frogmore42 ***@***.*** ***@***.***>>:
The one I listed is similar to the one that @Jason2866 <https://github.com/Jason2866> has used, only smaller (128x32 instead of 128x64). Both displays are incredibly crisp, but they are quite small. So depending on your age an eyesight, you might need glasses to read them :-)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#3555 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALG4Y8b85QJgq-r_W6HSh15pPHiXjAn3ks5uUD1igaJpZM4WIf3Y>.
|
Perfect. |
You can use a LCD Display too. Typ 1602 or 2004 (3.3 Volt) and a usual I2C board. |
@Jason2866 Are the LCDs supported? |
Yes over I2C👍 |
Great! Thanks! |
@qingz2004 Hi, yes the IC2 LCD's work very well - I have a few of them in use since the implementation of the display code a week or so ago. If you feel your issue has been addressed please close this issue :) Thx |
Thanks! |
Have you look for this feature in other issues and in the wiki?
Yes.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Able to display temperature and humidity read from a sensor with a cheap 7 segment display.
Describe alternatives you've considered
N/A
Additional context
https://www.letscontrolit.com/wiki/index.php/7_segment_display
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: