• Nuremberg
  • Joined on 2024-05-25
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
BlueFox pushed to main at BlueFox/lcdMenu 2024-10-31 20:11:15 +00:00
ecd7218230 Added the methods and raw structure of the class to __init__.py
BlueFox pushed to main at BlueFox/lcdMenu 2024-10-31 17:26:18 +00:00
4e84abb3dc [README.md] Fixed small format issue and added another point to the roadmap (which is already done)
BlueFox pushed to main at BlueFox/lcdMenu 2024-10-31 17:24:47 +00:00
df318da444 Update __init__.py
BlueFox pushed to main at BlueFox/lcdMenu 2024-10-31 17:23:30 +00:00
b23da85b7d Added __init__.py with boilerplate things done
BlueFox pushed to main at BlueFox/lcdMenu 2024-10-31 17:08:14 +00:00
6211066b7d Deleted lcdMenu.py