Skip to content

thomasjfox/menusystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

menusystem

An arduino library for implementing a menu system.

Documentation

Other than the examples included in the library, the following pages might be useful to you:

Changelog

The library isn't versioned in a coherent way; there are no version numbers you can refer to. There are, however, a bunch of dates when I made some changes:

18/03/2013

  • Merged in minor improvements provided by thomasjfox ** get_menu_component(): Use 'byte' instead of 16bit integer for index ** Add return value to MenuSystem.back() ** Prevent memory corruption by inserting too many items ** Whitespace cleanup

25/05/2012

  • Added support for displaying all current menu items (thanks to arcachofo)
  • Added this readme

Note: The changes made for this release break backwards compatability. The issues are relatively easy to fix.

About

Arduino library for implementing a menu system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.7%
  • Other 36.3%