ekitszone lcd-keypad module for uno and LiquidCrystal lib setCursor problem
hi all, first posting !!
i have 1 of above mentioned modules, have been using arduino-0022 , lcd4bit_mod library goes it. migrated arduino 1.0 , had migrate liquidcrystal library instead due use of delay() function lcd4bit_mod lib uses without inclusion of #include <arduino.h> required in 1.0. once figured out pin mapping constructor worked. however, setcursor function doesn't seem allow me move cursor second line of ekitszone module display. can move cursor anywhere on first line, can't figure out how second line. know setcursor (0,1) ought it, doesn't.
has else come across problem ? , overcome ??
the alternative have go using lcd4bit_mod library after modify include #include <arduino.h> compile delay() call.
thanks
john
i have 1 of above mentioned modules, have been using arduino-0022 , lcd4bit_mod library goes it. migrated arduino 1.0 , had migrate liquidcrystal library instead due use of delay() function lcd4bit_mod lib uses without inclusion of #include <arduino.h> required in 1.0. once figured out pin mapping constructor worked. however, setcursor function doesn't seem allow me move cursor second line of ekitszone module display. can move cursor anywhere on first line, can't figure out how second line. know setcursor (0,1) ought it, doesn't.
has else come across problem ? , overcome ??
the alternative have go using lcd4bit_mod library after modify include #include <arduino.h> compile delay() call.
thanks
john
first of - go take @ http://arduino.cc/forum/index.php/topic,102266.0.html, particularly items #1 , #4.
you didn't post source code, crystal ball tells me didn't include lcd.begin() statement.
so do?
there no reason use variation of lcd4bit library. the original library written vague understanding of lcd controller - if don't believe me @ comments in source code - , modified version remap pins.
don
quote
however, setcursor function doesn't seem allow me move cursor second line of ekitszone module display. can move cursor anywhere on first line, can't figure out how second line.
you didn't post source code, crystal ball tells me didn't include lcd.begin() statement.
quote
i know setcursor (0,1) ought it, doesn't.
so do?
quote
the alternative have go using lcd4bit_mod library
there no reason use variation of lcd4bit library. the original library written vague understanding of lcd controller - if don't believe me @ comments in source code - , modified version remap pins.
don
Arduino Forum > Using Arduino > Displays > ekitszone lcd-keypad module for uno and LiquidCrystal lib setCursor problem
arduino
Comments
Post a Comment