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.
- Host: GitHub
- URL: https://github.com/abcminiuser/micromenu-v2
- Owner: abcminiuser
- Created: 2013-05-08T20:22:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T08:41:16.000Z (about 7 years ago)
- Last Synced: 2025-04-12T07:19:17.993Z (about 1 year ago)
- Language: Makefile
- Size: 136 KB
- Stars: 77
- Watchers: 14
- Forks: 41
- Open Issues: 4
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
- awesome-embedded-software - micromenu-v2 - Tiny text-orientated menu library in C for embedded use. (User Interface / Menu)
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.