You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: