# neu-rah/ArduinoMenu

Arduino generic menu/interactivity system

Repository: https://github.com/neu-rah/ArduinoMenu
Canonical: https://ross.abutalabs.com/products/arduinomenu
Language: C++
License: LGPL-2.1
License Family: copyleft
Topics: progmem, ram, pcint, avr, system, control, lcd, tft, touch, keys, encoder, buttons, keyboard, ansi, esp8266, web, iot, static, menu, arduino
Last push: 2026-08-25T22:00:37+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 4400, "days_push": 8, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1021, forks 195 (observed 2026-08-28T04:03:15.689758+00:00)

## What it is
A generic menu and interactivity library for the Arduino framework, supporting menus, submenus, input fields, and event-driven handlers across many display and input devices. It is designed as a non-blocking polling system so user tasks can run concurrently with menu navigation.

## Use cases
- build a settings menu on an LCD or TFT with Arduino
- navigate menus with rotary encoder or buttons on embedded devices
- create input fields for adjusting parameters on ESP8266 projects
- add a non-blocking user interface to an AVR microcontroller
- handle keyboard or touch input for device configuration
- build an IoT device with an on-device control menu

## When to choose
- you need a menu system on Arduino with minimal RAM/flash usage
- you want support for many display and input hardware combinations
- you need non-blocking menus so other tasks keep running

## When to avoid
- you need a full GUI framework with graphics and animations
- your project is not on the Arduino/embedded platform
- you need features only available in the in-development successor (OneMenu/HAPI)

## Facets
- artifact type: library
- maturity: active
- function: ui-components, embedded, gui
- domain: embedded-systems, iot, developer-tools
- platform: iot, embedded, cpp
- tags: menu-system, lcd, tft, encoder-input, non-blocking, progmem, esp8266, avr

## Member repositories
- neu-rah/ArduinoMenu (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:15.689758+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:08:51.299489+00:00, confidence not recorded.
  - readme: https://github.com/neu-rah/ArduinoMenu (fetched 2026-08-28T04:03:15.689758+00:00, sha 1ac17c9cae52)
- Data as of 2026-08-30T08:39:29.467469+00:00.
