• Nuremberg
  • Joined on 2024-05-25
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-13 22:04:03 +00:00
50e9b5211b Finished last todos and cleaned up README.md (removed the Roadmap Section)
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-13 22:02:20 +00:00
d5b208f3bd Changed section titles in README.md for consistency
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-13 22:00:43 +00:00
8a17a02ac2 Restructured and added starter instructions
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-13 21:40:55 +00:00
5c26facc0f Updated gallery table in README.md for better readability
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-13 21:33:28 +00:00
091f61f5e7 [README.md] Fixed the broken showcase table
BlueFox pushed to main at BlueFox/lcdMenu 2024-11-13 20:59:24 +00:00
c7b86280a1 Added a first attempt for documentation
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