• Nuremberg
  • Joined on 2024-05-25
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-13 19:33:41 +00:00
fdef354be9 Updated the error message changed previously
a45cd6e90d Made error messages clearer
Compare 2 commits »
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-12 21:17:18 +00:00
4550749c8e Added 'production ready but there's a todo' message to the README.md
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-12 21:15:25 +00:00
64ce12f78b Added quitting a menu functionality (actually quitting the run()'s infinite internal loop)
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-12 20:52:13 +00:00
974229f4b2 Added a small check for empty menu item lists (which make no sense)
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-12 20:29:18 +00:00
10562d6410 Fixed small bug of lcdMenu not resuming to the menu after execution of a item in case of no return (of the callback)
81fb57e2bf Finally fully implemented the vertical scrolling; also, added more comments to the program for better understandability
Compare 2 commits »
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 21:13:07 +00:00
ed664eb794 Update tests.py
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 21:12:16 +00:00
fa97cc022b Fixed small issue in the execution process (no refresh of display after callback function return)
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 21:08:37 +00:00
1ccbb2821a Update README.md
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 21:08:06 +00:00
f2bd016e74 Update example_simple.py
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 21:07:27 +00:00
0d844a5c92 Add example_submenu.py
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 21:01:37 +00:00
a6eb50dce2 Added example_simple.py
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 20:54:56 +00:00
da4b738b45 [__init__.py] Made a comment better understandable
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 20:51:51 +00:00
c5b66e707b [__init__.py] Implemented the first part of show_selection for vertical scrolling
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 16:40:10 +00:00
ecad7e2403 Updated tests.py to add my newest checks
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 16:39:25 +00:00
4f1b59efeb Updated the Roadmap tick marks to the current state...
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 16:38:38 +00:00
2c1f0c34f6 Fixed small issue in the selection start message; implemented show_selection for horizontal scrollin
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-01 16:30:43 +00:00
4ad714fa83 Implemented the execute_selection and the run method, along with a new loop method
BlueFox pushed to main at BlueFox/lcdMenu 2024-10-31 21:04:43 +00:00
e120574784 Added tests.py (just a file of me testing the functionality of the library)
BlueFox pushed to main at BlueFox/lcdMenu 2024-10-31 21:03:50 +00:00
76cd7afa8b Added implementation of previous_selection and next_selection handlers
BlueFox pushed to main at BlueFox/lcdMenu 2024-10-31 20:45:37 +00:00
a9dd13a1cc Added more items to the roadmap in README.md