A micropython library, which supports vertical and horizontal scrolling through menu items on both 2x16 and 4x20 LCDs
Go to file
2024-10-31 17:03:30 +00:00
lcdMenu.py Renamed SimpleMenuLCD.py to lcdMenu.py to conform to the new project's name 2024-10-31 09:14:04 +00:00
LICENSE Initial commit 2024-10-30 19:41:28 +00:00
README.md [README.md] Added roadmap and short license note 2024-10-31 17:03:30 +00:00

lcdMenu

A micropython library, which supports vertical and horizontal scrolling through menu items on both 2x16 and 4x20 liquid crystal displays

Roadmap:

  • forward, backward and select button
  • support for horizontal and vertical scrolling
  • support for both 2x16 and 4x20 LCDs
  • a reliable order of the menu items
  • good documentation for all of this (maybe through examples)

License

This project is licensed under the GPL-v3-or-later. A copy can be found here.