I'm going to build a motorized slider for time lapse photography. I wanted to have a menu for adjusting some parameters and select different modes. I spent a lot of time in developing a own menu structure, tried the MenuBackend Library but ended up with changing an other existing menu library (http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1242443739).
@richardtr
Great library... Works fine!!! Thanx a lot for this. Helped me in my project. I would say best LCD Menu library (that I have seen and used) without needing additional hardware...
I would recommend this for Arduino Wiki page...
Mhel:
Do you guys know how to initialize LCD without using the LiquidCrystal library on Arduino? I totally new and I wanted to understand how to the initialization process. I have the hitachi 2x16 LCD.
Please do not cross post and please start a new thread for a new topic. You have tacked this unrelated question onto at least one other thread and I answered it there.
If you think it can be usefull for you , here's mine MENWIZ
It now support New LiquidCrystal libary able to use 4/8 wires LCD same as Serial, I2C and other interfaces. It supports also different screen sizes.
May be not the best, but I think quite simple and still in progress.
I'm going to build a motorized slider for time lapse photography. I wanted to have a menu for adjusting some parameters and select different modes. I spent a lot of time in developing a own menu structure, tried the MenuBackend Library but ended up with changing an other existing menu library (http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1242443739).
Could you share your code? I am having the same problem with my Sainsmart LCD keypad shield... I can't find a menu that works on this shield. Everything i've found works with shields that have every button on a different pin, not all the buttons on pin 0 like this shield.
Did you get yours working with Pin 0? If you could share your code I'd really appreciate it.
Hello, im trying to wrap my head around with phi_prompt.
download and install already : /libraries/...
is yr codes works with dfr lcdkeypads?
there's only 5 button + 1 reset button there. if yes what do i need to do to make it work?
my intention is to build a timelapse rig control, where i can select some menu/submenu, able to inputing some values bf execution. i try to read various googles, but it just confuse me. please help point me to the right direction