menu.init


DESCRIPTION
Initialize the menu, and send it to LCD.


SYNTAX
menu.init(char, sizeof, lcd_device);


PARAMETERS
  • Arrow Character
    Its the character you like to have on your display, to point where the cursor is.

  • Size of Array
    You must pass the size of the Array.
    Example sizeof(menuOption));

  • Device to send menu to
    On U1 model most likely you will send it to 'lcd'



RETURNS
none.


EXAMPLE #1.


EXAMPLE #2. Switching Menus