background preloader

MENU

Facebook Twitter

Www.coagula.org/content/sites/default/files/source/menu_and_lcd_display.pde. Tutorial: manage menu and LCD display with Arduino. Working on my MIDI ribbon controller I needed to implement a menu to easily configure several parameters, but I found information on how to handle a menu, how to manage an LCD display, but very poor info on how to combine the two things.

Tutorial: manage menu and LCD display with Arduino

However, thanks to Alexander Brevig Menubackend library I managed to create the menu I wanted.I downloaded the Alexander Brevig Library version 1.4 and I slightly modified it adding, at line 195 of the MenuBackend.h file , immediately before the line "private:", this method: void toRoot() { MenuBackend, new menu managment library. MenuBackend, new menu managment library. Www.coagula.org/content/sites/default/files/source/menu_and_lcd_display.pde. MenuBackend, new menu managment library. Tutorial: manage menu and LCD display with Arduino.