mirror of
https://github.com/KevinMidboe/oled_workout_tracker.git
synced 2025-10-29 09:40:28 +00:00
Added wiring diagram image.
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
# 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
|
## Setup
|
||||||
This project depends on the arduino library `Adafruit SSD1306` and it`s dependencies.
|
This project depends on the arduino library `Adafruit SSD1306` and its 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.
|
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.
|
||||||
|
|
||||||
@@ -24,3 +24,6 @@ Ideas for what to display on the screen.
|
|||||||
- View history
|
- View history
|
||||||
- Scroll back needs to fetch & maybe cache results.
|
- Scroll back needs to fetch & maybe cache results.
|
||||||
- Loading animation.
|
- Loading animation.
|
||||||
|
|
||||||
|
## Wiring diagram
|
||||||
|

|
||||||
|
|||||||
Reference in New Issue
Block a user