We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting an error with the following code. Do you still support the Nokia 5110 module?
#include <SPI.h> #include <Wire.h> #include <MultiLCD.h> LCD_PCD8544 lcd; // ...
error: ‘LCD_PCD8544’ does not name a type
The text was updated successfully, but these errors were encountered:
Using commit 60578cc I managed to print some things on the screen. However, all characters are wrong.
For letters, the next letter is printed instead, while for symbols like \t or \n it seems there's no obvious pattern.
Any idea on that? Why was it deprecated?
Sorry, something went wrong.
No branches or pull requests
I'm getting an error with the following code. Do you still support the Nokia 5110 module?
The text was updated successfully, but these errors were encountered: