Liquidmenu - Menu Library for Liquidicrystal class

In attach new zip file with new example.
For beginners:
LiquidMenu Class is a very simple and enable you to create a menu in LCD with slide cursor up and down. It manages section to fit into LCD lines and move the cursor.

Don't need installation: you must copy into Arduino's libraries directory. Next Arduino's ide restart you should have in "file->Examples" menu, the LiquidMenu item. If you don't see verify the follow library files tree:

/arduino main directory/libraries/LiquidMenu/examples/LiquidMenu

In LiquidMenu directory you must see LiquidMenu.cpp,LiquidMenu.h,keywords.txt ad examples dir. In Examples directory you must see LiquidMenu sketch directory.

All files in .zip
LiquidMenu.cpp (file class)
LiquidMenu.h (class header)
keywords.txt (syntax color keywords)
LiquidMenu.ino (example)

Use of library is very simple and fast(example in library should be very clear):

  1. call class constructor
  2. fill menu descriptor string array (every strig added you get index value))
  3. call initmenu for show first section menu
  4. next you manages UP/DOWN button and on every pression you can call moveCursorMenu method with up/down flag.
  5. at user action you can call getMenuSelected method to get index to selected menu.

I hope you like it.
If you need informations write me.
Enjoy

Giuseppe IK0JRE

LiquidMenu_V0_1.zip (6.9 KB)