As the title says... Chat on...

User avatar
By alonewolfx2
#18754
moerbeimaster wrote:Will this work with Nokia 5110 on ESP8266-01?

if you can solder enough pins, yes it will work
User avatar
By divabanana
#19594 Does the nodemcu-pcd8544 binary firmware also contain the code for supporting the HD44780?
(You mentioned the HD44780 support was 'baked in' but the firmware is titled pcd8544)

Could you also give example code for setting the SDA and SCL pins for a HD44780 with i2c?
The code given in the first post with the video doesn't have anything for this:
Code: Select all-hd44780.init()
-hd44780.clear()
-hd44780.print(0,0,'mbozkurt')

Or are the pins to be used set? (and if so, which pins?)
A hd44780Test.lua example with a diagram of the pin connections between ESP8266 and HD44780 i2c module would be helpful for the inept like myself...

Thankyou for clearing up my confusion!
User avatar
By alonewolfx2
#19691 unfourtanately no. each firmware can handle just one lcd. hd44780 library pins hardcoded. (gpio0,gpio2). i changed my main firmware with sming and i am developing sming.nodemcu very good but it needs more heap. i updated code after video soo maybe video different with code.
divabanana wrote:Does the nodemcu-pcd8544 binary firmware also contain the code for supporting the HD44780?
(You mentioned the HD44780 support was 'baked in' but the firmware is titled pcd8544)

Could you also give example code for setting the SDA and SCL pins for a HD44780 with i2c?
The code given in the first post with the video doesn't have anything for this:
Code: Select all-hd44780.init()
-hd44780.clear()
-hd44780.print(0,0,'mbozkurt')

Or are the pins to be used set? (and if so, which pins?)
A hd44780Test.lua example with a diagram of the pin connections between ESP8266 and HD44780 i2c module would be helpful for the inept like myself...

Thankyou for clearing up my confusion!