Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem on LiquidiCrystalClass_I2C #31

Open
tsuriu opened this issue Aug 25, 2017 · 0 comments
Open

Problem on LiquidiCrystalClass_I2C #31

tsuriu opened this issue Aug 25, 2017 · 0 comments

Comments

@tsuriu
Copy link

tsuriu commented Aug 25, 2017

I'm trying to upload nanpy-firmware to a Arduino UNO R3 following the instructions on nanpy.github.io, but...

`
Arduino: 1.8.3 (Linux), Board:"Arduino/Genuino Uno"

sketch/LiquidCrystalClass_I2C.cpp: In member function 'virtual void nanpy::LiquidCrystalClass_I2C::elaborate(nanpy::MethodDescriptor*)':
LiquidCrystalClass_I2C.cpp:32: error: 't_backlighPol' was not declared in this scope
(t_backlighPol)m->getInt(prm++))),
^
LiquidCrystalClass_I2C.cpp:33: error: no matching function for call to 'LiquidCrystal_I2C::begin(int, int)'
v[m->getObjectId()]->begin(m->getInt(prm++), m->getInt(prm++));
^
sketch/LiquidCrystalClass_I2C.cpp:33:74: note: candidate is:
In file included from sketch/LiquidCrystalClass_I2C.cpp:6:0:
~/Arduino/libraries/Arduino-LiquidCrystal-I2C-library-master/LiquidCrystal_I2C.h:76:7: note: void LiquidCrystal_I2C::begin()
void begin();
^
~/Arduino/libraries/Arduino-LiquidCrystal-I2C-library-master/LiquidCrystal_I2C.h:76:7: note: candidate expects 0 arguments, 2 provided
exit status 1
't_backlighPol' was not declared in this scope
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant