Commit Graph

38 Commits

Author SHA1 Message Date
BlueFox 68a588de58 Removed the compatibility note with 4x20 displays as this could be done with some tweaks, but is unnecessary for me 2024-11-16 16:42:13 +01:00
BlueFox 91a58cca61 Restructured main.py for better readability 2024-11-16 16:38:54 +01:00
BlueFox 002b01d572 Added license texts at the beginning of all programs started from the main menu 2024-11-16 16:38:09 +01:00
BlueFox aba5927221 Did a huge refactoring and outsouring for modularity and a small performance improvement 2024-11-16 16:31:33 +01:00
BlueFox a6b531c394 Fixed typos, improved understandability v0.7 2024-11-16 15:43:07 +01:00
BlueFox 72bc662cb8 Improved the welcome screen enable/disable dialog 2024-11-16 15:41:10 +01:00
BlueFox e1075f8d84 Small improvements in the settings menu 2024-11-16 15:27:55 +01:00
BlueFox 908a5e39be Changed the log level default to 1 (info) 2024-11-16 15:11:13 +01:00
BlueFox 5ce8e592c3 Added another demo, this one showing off the lcd driver functionality 2024-11-16 15:09:04 +01:00
BlueFox ddde9480ff Fixed bug in the logging method 2024-11-16 15:08:18 +01:00
BlueFox c7a8cda7d1 Added support for changing the log level in the settings menu 2024-11-16 12:58:35 +01:00
BlueFox 7adcdb1624 Implemented reset functionality in the settings menu 2024-11-16 12:47:09 +01:00
BlueFox f0d6b49d6e Improved the timers menu with timer numbering 2024-11-16 12:23:06 +01:00
BlueFox a4adaac9b4 Implemented support for setting the timer durations, fixed some minor issues and cleaned up / streamlined the menus 2024-11-16 12:14:43 +01:00
BlueFox 78ced9e7ea Updated submodules, implemented timer functionality, fixed configuration issue v0.6 2024-11-15 23:13:03 +01:00
BlueFox eb31a92cea removed unnecessary doubles in the links section 2024-11-15 19:54:21 +01:00
BlueFox fd2a4117b3 Added useful links section to README.md 2024-11-15 19:52:37 +01:00
BlueFox 864a833a43 [README.md] Fixed wrong displayment of some data in the previously changed table v0.5 2024-11-15 19:41:43 +01:00
BlueFox 678ebfe7aa Added new config variables for timer functions 2024-11-15 19:39:32 +01:00
BlueFox 9d395bd2b8 Fixed small bugs, and added fundamental settings 2024-11-15 19:32:25 +01:00
BlueFox 78933f6090 Fixed some small issues with some programs still using the old configuration way 2024-11-15 18:38:33 +01:00
BlueFox f48315f18e Fixed small typo in README.md 2024-11-15 18:26:58 +01:00
BlueFox 2aac36e15c Added implementation of config changes in the utils.Config class v0.4 2024-11-15 18:26:05 +01:00
BlueFox aa3110d564 Added small instructions on the setting of configuration changes 2024-11-15 18:24:22 +01:00
BlueFox f03cc4a44c Added note in the installation instructions to clone the repository properly, making sure submodules get populated 2024-11-15 17:50:09 +01:00
BlueFox cbc5298cda Added lcdMenu as a submodule 2024-11-15 17:47:19 +01:00
BlueFox 98353475ea Preparing for including lcdMenu as a submodule 2024-11-15 17:46:43 +01:00
BlueFox 7443af2095 Fixed the 'used libraries' section and made it up to date v0.3 2024-11-15 16:01:18 +01:00
BlueFox 20331b81bc Added a configuration list to README.md 2024-11-15 15:57:07 +01:00
BlueFox eef6f8e2cc Changed the times sign in README.md to an x for improved readibility / consistency 2024-11-15 15:34:23 +01:00
BlueFox 3c97b96435 Moved to json as the configuration format 2024-11-15 15:31:37 +01:00
BlueFox 533deb2833 Now using lcdMenu as the ProgramChooser library has been retired v0.2 2024-11-15 13:23:20 +01:00
BlueFox 355821a6a9 Added the WelcomeScreen library 2024-10-28 21:09:23 +01:00
BlueFox bd396913fe Added hint for the need of micropython in the Installation section of README.md v0.1 2024-10-26 10:24:50 +02:00
BlueFox d0da3bfb79 Fixed broken link to the LICENSE file 2024-10-26 10:19:53 +02:00
BlueFox cbde057449 Added detail description about the project in README.md 2024-10-26 10:16:05 +02:00
BlueFox 7f7f5a042b Added the currently running program 2024-10-26 09:44:14 +02:00
BlueFox 113febc851 Initial commit 2024-10-26 07:24:20 +00:00