stanleyhuangyc / MultiLCD

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

Arduino uno with 1306 #15

Open Arielhh opened 10 years ago

Arielhh commented 10 years ago

Hi, I cannot compile the sample code. i get the following: lcdhello:13: error: 'LCD_SSD1306' does not name a type lcdhello.ino: In function 'void setup()': lcdhello:32: error: 'lcd' was not declared in this scope lcdhello.ino: In function 'void loop()': lcdhello:37: error: 'lcd' was not declared in this scope lcdhello:43: error: 'FONT_SIZE_SMALL' was not declared in this scope lcdhello:45: error: 'FONT_SIZE_MEDIUM' was not declared in this scope lcdhello:68: error: 'FONT_SIZE_LARGE' was not declared in this scope lcdhello:74: error: 'FONT_SIZE_XLARGE' was not declared in this scope

now i arranged the libs differently and it it compiling but nothing appear on screen Thx