Problem with LCD1602 IIC Adapter and Arduino
Posted: Fri Aug 17, 2012 7:51 pm
Hello,
I have bought the Serial I2C 1602 16×2 Character LCD Module and download the library form our wiki.
When I Test the included Example HelloWorld in the Library I get the following Error:
In file included from HelloWorld.cpp:2:
S:\et\avr\arduino\Software\arduino-1.0.1\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:81: error: conflicting return type specified for 'virtual void LiquidCrystal_I2C::write(uint8_t)'
S:\et\avr\arduino\Software\arduino-1.0.1\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
Arduinio Version 1.0.1
Regards,
moba123
I have bought the Serial I2C 1602 16×2 Character LCD Module and download the library form our wiki.
When I Test the included Example HelloWorld in the Library I get the following Error:
In file included from HelloWorld.cpp:2:
S:\et\avr\arduino\Software\arduino-1.0.1\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:81: error: conflicting return type specified for 'virtual void LiquidCrystal_I2C::write(uint8_t)'
S:\et\avr\arduino\Software\arduino-1.0.1\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
Arduinio Version 1.0.1
Regards,
moba123