beanOS is a Micropython application designed for the Badger2040 device. It tracks and logs your coffee consumption, providing a simple interface to view statistics, reset counts, and change settings.
This code must not be used by fascists! No code for the AfD or Musk or Trump!
To install beanOS on your Badger2040:
- Connect your Badger2040 to your computer.
- Open Thonny IDE.
- Copy the
main.py
file content into Thonny's editor. - Save the file to your Badger2040 as
main.py
.
- a: Increments the espresso count
- b: Increments the cappuccino count
- c: Opens the additional drink menu
- UP: Opens the main menu
- DOWN: Switches to the next day and resets the daily counts
- a: Chooses the selected drink
- c: Closes the menu
- UP & DOWN: Navigate the menu
- a: Chooses the selected optoin
- c: Closes the menu
- UP & DOWN: Navigate the menu
- View Statistics: Displays total counts of espresso, cappuccino, and other drinks.
- Reset Daily Counts: Resets the daily counts for espresso, cappuccino, and other drinks.
- Change Date: Allows you to change the current date.
- Information: Displays version information and credits.
This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.
Joao Neisinger