Hi all,
Sorry for the very basic question, but I have been struggling to find a menu library that I can actually get to compile on and off for the last couple of weeks without success. I'm beginning to wonder if it is something regarding compiling cpp code that I'm doing wrong as opposed to trying to use libraries that are no longer maintained. I've installed the current arduino-menusystem library 2.1.1 (it shows as "installed" in library manager) and am using Arduino IDE 1.8.3. When I compile the lcd_nav example, I get errors from the second line of code after the includes and then a whole whack of others.
Any help would be greatly appreciated. First few errors below.
Many thanks,
bidoowee
lcd_nav:27: error: expected class-name before '{' token
{
^
lcd_nav:43: error: 'BackMenuItem' has not been declared
virtual void render_back_menu_item(BackMenuItem const& menu_item) const
^
lcd_nav:48: error: 'NumericMenuItem' has not been declared