Hi
I have made a help system for the menus. It shows a help message at the end of the menu or if the menu is to long at the end of the screen.
If you apply the attached patch (made for rev 1607) you can use MENU_ITEM_HELP, MENU_ENUM2_HELP and MENU_ENUM2a_HELP with a help message as last argument.
If you then enable "show help" in the "visual settings" menu the message will be shown. If no help is available (if you use MENU_ITEM, MENU_ENUM2 or MENU_ENUM2a) it shows "No Help Available".
The patch adds an "Show Help" and help color items to the "visual settings" menu, also an show and an color item to the configuration and a few lines to gui_menu.c and gui_menu.h.
Please Test it!!
EDIT: I've forgotten the attachment
TobiMarg