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 ```
I'm getting an error with the following code. Do you still support the Nokia 5110 module?