Added wiring diagram image.

This commit is contained in:
2020-08-05 00:20:54 +02:00
committed by GitHub
parent 63961b9c96
commit 29985dd6a9

View File

@@ -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.
![Kiku](assets/breadboard.jpg) ![View of breadboard](assets/breadboard.jpg)
## 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
![wiring diagram](assets/wire-diagram.png)