mirror of
https://github.com/KevinMidboe/oled_workout_tracker.git
synced 2025-10-29 17:50:28 +00:00
Setup section & list of wanted graphic features.
This commit is contained in:
16
README.md
16
README.md
@@ -2,11 +2,23 @@
|
|||||||
# Mini-OLED Workout display
|
# Mini-OLED Workout display
|
||||||
A small wall-mounted display with input to set and display excersize repetitions per day.
|
A small wall-mounted display with input to set and display excersize repetitions per day.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
This project depends on the arduino library `Adafruit SSD1306` and it`s dependencies.
|
||||||
|
|
||||||
|
From Arduino IDE library can be added by navigating to the following menu item: Sketch -> Include Library -> Manage Libaries. From here search for `Adafruit SSD1306`, this should prompt to also download `Adafruit GFX Library` and `Adafruit BusIO`; select All or install them manually.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
OLED screen - wakes and dims on a timeout.
|
OLED screen - wakes and dims on a timeout.
|
||||||
Potentiometer - setting value to display based on put input.
|
Potentiometer - setting value to display based on put input.
|
||||||
|
|
||||||
Either button or time based commit to off-chip db over http.
|
Either button or time based commit to off-chip db over http.
|
||||||
|
|
||||||
# Graphics
|
## Graphics
|
||||||
Ideas for what to display on the screen
|
Ideas for what to display on the screen.
|
||||||
|
|
||||||
|
- Large print of count.
|
||||||
|
- This weeks avg.
|
||||||
|
- Animations on save ?
|
||||||
|
- View history
|
||||||
|
- Scroll back needs to fetch & maybe cache results.
|
||||||
|
- Loading animation.
|
||||||
|
|||||||
Reference in New Issue
Block a user