LiquidCrystal_I2C
hi,
going grey haired on following.
get general compile error following.
/users/prc/documents/arduino/libraries/lcd/liquidcrystal_i2c.cpp:32: error: prototype 'liquidcrystal_i2c::liquidcrystal_i2c(uint8_t, uint8_t, uint8_t)' not match in class 'liquidcrystal_i2c'
using ide 1.5.5 on mac osx 10.9.1
(compiles ok on xp ide 1.0.5)
----------------------------------------
#include <wire.h>
#include <lcd.h>
#include <liquidcrystal_i2c.h>
void setup() {
// put setup code here, run once:
}
void loop() {
// put main code here, run repeatedly:
}
-------------------------------------
for liquidcrystal_i2c should reside in lcd library , should have liquidcrystal_i2c library ?
cheers
going grey haired on following.
get general compile error following.
/users/prc/documents/arduino/libraries/lcd/liquidcrystal_i2c.cpp:32: error: prototype 'liquidcrystal_i2c::liquidcrystal_i2c(uint8_t, uint8_t, uint8_t)' not match in class 'liquidcrystal_i2c'
using ide 1.5.5 on mac osx 10.9.1
(compiles ok on xp ide 1.0.5)
----------------------------------------
#include <wire.h>
#include <lcd.h>
#include <liquidcrystal_i2c.h>
void setup() {
// put setup code here, run once:
}
void loop() {
// put main code here, run repeatedly:
}
-------------------------------------
for liquidcrystal_i2c should reside in lcd library , should have liquidcrystal_i2c library ?
cheers
you should paste code using code tags given # icon.
the code, posted it, compiles on arduino ide 1.0.5.
what board trying use on?
the code, posted it, compiles on arduino ide 1.0.5.
what board trying use on?
Arduino Forum > Using Arduino > Displays > LiquidCrystal_I2C
arduino
Comments
Post a Comment