Commit Graph

  • 4b7e5723ca
    Fixed small issue in an old call to time.sleep() which has been replaced by sleep() since a long time main BlueFox 2024-11-15 22:28:35 +0100
  • 50e9b5211b
    Finished last todos and cleaned up README.md (removed the Roadmap Section) v1.0.0 BlueFox 2024-11-13 23:03:37 +0100
  • d5b208f3bd
    Changed section titles in README.md for consistency BlueFox 2024-11-13 23:02:12 +0100
  • 8a17a02ac2
    Restructured and added starter instructions BlueFox 2024-11-13 23:00:29 +0100
  • 5c26facc0f Updated gallery table in README.md for better readability BlueFox 2024-11-13 21:40:55 +0000
  • 091f61f5e7 [README.md] Fixed the broken showcase table BlueFox 2024-11-13 21:33:27 +0000
  • c7b86280a1
    Added a first attempt for documentation BlueFox 2024-11-13 21:59:07 +0100
  • fdef354be9
    Updated the error message changed previously BlueFox 2024-11-13 20:33:24 +0100
  • a45cd6e90d
    Made error messages clearer BlueFox 2024-11-13 18:30:23 +0100
  • 4550749c8e
    Added 'production ready but there's a todo' message to the README.md BlueFox 2024-11-12 22:17:06 +0100
  • 64ce12f78b
    Added quitting a menu functionality (actually quitting the run()'s infinite internal loop) BlueFox 2024-11-12 22:15:15 +0100
  • 974229f4b2
    Added a small check for empty menu item lists (which make no sense) BlueFox 2024-11-12 21:52:05 +0100
  • 10562d6410
    Fixed small bug of lcdMenu not resuming to the menu after execution of a item in case of no return (of the callback) BlueFox 2024-11-12 21:28:11 +0100
  • 81fb57e2bf
    Finally fully implemented the vertical scrolling; also, added more comments to the program for better understandability BlueFox 2024-11-12 21:26:34 +0100
  • ed664eb794 Update tests.py BlueFox 2024-11-01 21:13:06 +0000
  • fa97cc022b Fixed small issue in the execution process (no refresh of display after callback function return) BlueFox 2024-11-01 21:12:14 +0000
  • 1ccbb2821a Update README.md BlueFox 2024-11-01 21:08:36 +0000
  • f2bd016e74 Update example_simple.py BlueFox 2024-11-01 21:08:04 +0000
  • 0d844a5c92 Add example_submenu.py BlueFox 2024-11-01 21:07:26 +0000
  • a6eb50dce2 Added example_simple.py BlueFox 2024-11-01 21:01:36 +0000
  • da4b738b45 [__init__.py] Made a comment better understandable BlueFox 2024-11-01 20:54:54 +0000
  • c5b66e707b [__init__.py] Implemented the first part of show_selection for vertical scrolling BlueFox 2024-11-01 20:51:49 +0000
  • ecad7e2403 Updated tests.py to add my newest checks BlueFox 2024-11-01 16:40:09 +0000
  • 4f1b59efeb Updated the Roadmap tick marks to the current state... BlueFox 2024-11-01 16:39:23 +0000
  • 2c1f0c34f6 Fixed small issue in the selection start message; implemented show_selection for horizontal scrollin BlueFox 2024-11-01 16:38:37 +0000
  • 4ad714fa83 Implemented the execute_selection and the run method, along with a new loop method BlueFox 2024-11-01 16:30:41 +0000
  • e120574784 Added tests.py (just a file of me testing the functionality of the library) BlueFox 2024-10-31 21:04:42 +0000
  • 76cd7afa8b Added implementation of previous_selection and next_selection handlers BlueFox 2024-10-31 21:03:48 +0000
  • a9dd13a1cc Added more items to the roadmap in README.md BlueFox 2024-10-31 20:45:36 +0000
  • ecd7218230 Added the methods and raw structure of the class to __init__.py BlueFox 2024-10-31 20:11:12 +0000
  • 4e84abb3dc [README.md] Fixed small format issue and added another point to the roadmap (which is already done) BlueFox 2024-10-31 17:26:16 +0000
  • df318da444 Update __init__.py BlueFox 2024-10-31 17:24:46 +0000
  • b23da85b7d Added __init__.py with boilerplate things done BlueFox 2024-10-31 17:23:28 +0000
  • 6211066b7d Deleted lcdMenu.py BlueFox 2024-10-31 17:08:13 +0000
  • e2b5c55623 [README.md] Added a short note on the predecessor project BlueFox 2024-10-31 17:07:00 +0000
  • 485f104aa9 [README.md] Added roadmap and short license note BlueFox 2024-10-31 17:03:30 +0000
  • 27acc64ee3 Renamed SimpleMenuLCD.py to lcdMenu.py to conform to the new project's name BlueFox 2024-10-31 09:14:04 +0000
  • e70bd82bc3 Updated README.md as the project renamed (again :) BlueFox 2024-10-31 09:13:13 +0000
  • a2b2653b37 Added SimpleMenuLCD.py (just a copy of the older ProgramChooser for now) BlueFox 2024-10-30 21:42:05 +0000
  • 2f44f11b92 Initial commit BlueFox 2024-10-30 19:41:28 +0000