A micropython library, which supports vertical and horizontal scrolling through menu items on both 2x16 and 4x20 LCDs
Go to file
2024-11-12 22:17:06 +01:00
__init__.py Added quitting a menu functionality (actually quitting the run()'s infinite internal loop) 2024-11-12 22:15:15 +01:00
example_quittable.py Added quitting a menu functionality (actually quitting the run()'s infinite internal loop) 2024-11-12 22:15:15 +01:00
example_simple.py Added quitting a menu functionality (actually quitting the run()'s infinite internal loop) 2024-11-12 22:15:15 +01:00
example_submenu.py Added quitting a menu functionality (actually quitting the run()'s infinite internal loop) 2024-11-12 22:15:15 +01:00
LICENSE Initial commit 2024-10-30 19:41:28 +00:00
README.md Added 'production ready but there's a todo' message to the README.md 2024-11-12 22:17:06 +01:00
tests.py Update tests.py 2024-11-01 21:13:06 +00:00

lcdMenu

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

This project is the completely rewritten successor of my old (and now archived) ProgramChooser library.

It is now production-ready (tested on 2x16 displays only at the moment.) ToDo: Make the README.md also seem production ready!

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)
  • show an exit screen when a specific exit code is returned by a callback function
  • make the menu itself exitable (to enable stuff like submenus, etc.)
  • make the project a valid python package

License

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