Commit Graph

40 Commits

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