stanleyhuangyc / MultiLCD

Arduino LCD library supporting multiple types of LCD shields and modules
112 stars 70 forks source link

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

Open emmx opened 10 years ago

emmx commented 10 years ago

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 commented 10 years ago

Using commit 60578cc5054f524d903a0a8745aac59667c5253d 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?