baghayi / Nokia_5110

Nokia 5110 LCD driver for Arduino :D
MIT License
15 stars 7 forks source link

Can't fit 14 characters on one line. #4

Closed a1b0hph0b1a closed 5 years ago

a1b0hph0b1a commented 5 years ago

So, I like how your library actually works with the ESP8266 (unlike Adafruit's), however I've encountered some issues...

This particular issue is how you can't get 14 characters on one line. You should be able to, but you made a minor mistake in Nokia_5110.cpp. On line 98 the line says < 83 but should be < 85 as there are 84 pixels across the screen.

Just thought you might like to know and update the library.

baghayi commented 5 years ago

You're right. there could be one more pixel in there. I made the changes and tagged it as 1.0.4.

Thank you for reporting the issue :)