You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MicroDexed/third-party/LCDMenuLib2
Holger Wirtz 6d727e9a5c Fixing SPECIAL controller mode. 5 years ago
..
examples Upgraded LCDMenuLib2 to 2.1.2. 5 years ago
extras/img Added LCDMenuLib2 to third-party software. 5 years ago
src Upgraded LCDMenuLib2 to 2.1.2. 5 years ago
LCDMenuLib2.cpp Fixing SPECIAL controller mode. 5 years ago
LCDMenuLib2_macros.h Fixing SPECIAL controller mode. 5 years ago
LICENSE Added LCDMenuLib2 to third-party software. 5 years ago
README.md Added LCDMenuLib2 to third-party software. 5 years ago
keywords.txt Upgraded LCDMenuLib2 to 2.1.2. 5 years ago
library.properties Upgraded LCDMenuLib2 to 2.1.2. 5 years ago

README.md

Arduino LCDMenuLib2 (LCDML) with layers for any LCD Type (Row Displays, Graphic Displays, Console output)

https://github.com/Jomelo/LCDMenuLib2/wiki

Features:

  • max 254 menu elements
  • max 254 menu elements per layer
  • based on a tree model (parent, child, sibling)
  • max support for 6 buttons up, down, left, right, back/quit, enter
  • min 3 buttons needed up, down, enter
  • separation of structural and functional level
  • support for screensaver which is shown after x seconds
  • display a scrollbar when more menu elements in a layer then display rows
  • the menu function are only updated when a button is hit or a trigger is set
  • it is possible to set special conditions to display an element
  • it is possible to change parameter direct from the menu
  • possibility to jump from one menu element directly to another
  • examples for many different LCD libraries
  • examples for different functionality (change param, set params, ...)

Attention:

Description (German): http://forum.arduino.cc/index.php?topic=73816.0

Images:

  • 20x4

20x4 display 20x4 display 20x4 display 20x4 display

  • glcd with u8glib

Graphic display Graphic display Graphic display Graphic display

  • serial monitor for testing or programming without a connected display

Serial Monitor Serial Monitor Serial Monitor

MIT License

Copyright (c) [2018] [Nils Feldkämper]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.