menu
menu copied to clipboard
Minimal AVR LCD Menu System in C
using pgm_read_word for getting pointers will trim the pointers on 32bits targets. please use pgm_read_ptr instead. fixed Menu.cpp shall be const char * Engine::getLabel(const Item_t * item) const { return...
I'm writing an Arduino app and I want to be able to change the language of the menus. So I would have something like this: EN.h const char PROGMEM WELCOME[]...
Hello, great job, it would be nice to have an example of configuration through the menu of the year, hour, minutes, etc ... For example for a ds3231.
Big thanks for this rock solid menu system library ! Is it somehow possible to load the name for the menu Label from a list ? So the menu could...
Using demo code, just items "Settings" - "Menu 7" are displayed. Not "Menu 8". Also behavior of cursor is strange. Not possible to select "Menu 8". Instead of "Menu 8"...
Hi, and thanks for a great tool! I have been using parts of the code for use with a wii nunchuck, which in itself works nice. Some small things though,...