stanleyhuangyc / MultiLCD

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

MicroLCD Don't compile with Arduino Due #12

Open LaurentG91 opened 10 years ago

LaurentG91 commented 10 years ago

Hello Stanley, the MicroLCD lib don't compile (using your example: lcdhello) with Arduino Due because of TWBR unknown :

C:....\MicroLCD\MicroLCD.cpp.o D:....\MicroLCD\MicroLCD.cpp: In member function 'virtual size_t LCD_SSD1306::write(uint8_t)': D:.....\MicroLCD\MicroLCD.cpp:295: error: 'TWBR' was not declared in this scope

Do you have an idea to solve it ?

Regards Laurent