TonyMac32 Posted December 12, 2018 Posted December 12, 2018 @Larry Bank I happened across these again: https://www.aliexpress.com/item/1pcs-White-Backlight-84-48-84x84-LCD-Display-Module-Adapter-PCB-for-Nokia-5110-for-Arduino/32267197519.html They might be used, or they might be quality rejects for actual product, I'm not sure. There are other options from the seller, I haven't gotten any yet so can't speak to the state they're in.
yam1 Posted December 12, 2018 Posted December 12, 2018 Wouldn't you opt for an oled display instead, brighter, smaller, and higher resolution for fifty cents more? And its using only 4 lines, sample usage:
TonyMac32 Posted December 12, 2018 Author Posted December 12, 2018 Outdoor use in full sunlight is key. I have a small pile of the OLED's for other uses, but they don't handle field use as well.
vlad59 Posted December 12, 2018 Posted December 12, 2018 I have three of those (5110 screens), don't know if it was the product / the soldering / .... but only one of those is working with spec (PCD 8544) SPI speed. For the other two I had to lower the bus speed and play with LCD bias / contrast to make them work and they finally worked. I don't know your use case but those 5110 display use less power comparing to small OLED. Certainly due to my laziness I prefer the small i2c OLED (only 4 cables). I still use the 5110 for an arduino running on LIPO.
Larry Bank Posted December 12, 2018 Posted December 12, 2018 11 hours ago, TonyMac32 said: @Larry Bank I happened across these again: https://www.aliexpress.com/item/1pcs-White-Backlight-84-48-84x84-LCD-Display-Module-Adapter-PCB-for-Nokia-5110-for-Arduino/32267197519.html They might be used, or they might be quality rejects for actual product, I'm not sure. There are other options from the seller, I haven't gotten any yet so can't speak to the state they're in. Thanks for letting me know. I really dislike that particular display. The frame/contacts are always flaky. For those applications, my preferred screen is the HX1230 (96x68) or the 128x64 LCD under various names.
TonyMac32 Posted December 12, 2018 Author Posted December 12, 2018 5 minutes ago, Larry Bank said: The frame/contacts are always flaky. Good to know, the HX1230 is only $0.13 more it looks like.
TonyMac32 Posted February 18, 2019 Author Posted February 18, 2019 Little follow-up: I agree completely with @Larry Bank, the Nokia 5110 displays are terrible, the HX1230 is very nice. 1
Tido Posted February 18, 2019 Posted February 18, 2019 @TonyMac32, which library did you use? Btw, in Larry's Arduino-Folder you have to delete the hx1230_turbo.ino this is a 'double' and in the .h file are 2x double entries. If I was better at ... if I knew how to do pull requestes I had sent some. I haven't tested the LCD1202 yet - looks nice too. Libraries: LCD1202 https://github.com/patrickn/lcd1202 U8g2 https://github.com/olikraus/u8g2 hx1230 https://github.com/bitbank2/hx1230
Recommended Posts