Skip to content
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

Nokia 5110 suppport? LCD_PCD8544 doesn't name a type #16

Open
emmx opened this issue Jun 17, 2014 · 1 comment
Open

Nokia 5110 suppport? LCD_PCD8544 doesn't name a type #16

emmx opened this issue Jun 17, 2014 · 1 comment

Comments

@emmx
Copy link

emmx commented Jun 17, 2014

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
@emmx
Copy link
Author

emmx commented Jun 17, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant