An open API service indexing awesome lists of open source software.

https://github.com/abcminiuser/micromenu-v2

Tiny text-orientated menu library in C for embedded use.
https://github.com/abcminiuser/micromenu-v2

Last synced: about 1 year ago
JSON representation

Tiny text-orientated menu library in C for embedded use.

Awesome Lists containing this project

README

          

MICRO-MENU V2

(C) Dean Camera, 2012
www.fourwalledcubicle.com

Royalty-free for all uses.

This is the second iteration of my original "MicroMenu" project, a tiny, royalty free library for the easy creation of menus within an embedded system. Menus can be stored completely in flash memory if desired, saving precious SRAM.

The new version of MicroMenu has increased type safety, a better example and an easier to configure interface. It supports menu navigation through both relative (Parent, Child, Next and Previous) menu item links, as well as to absolute menu item nodes.