From 29985dd6a9c61d7b91d5c8557bda63cf63ae98b8 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 5 Aug 2020 00:20:54 +0200 Subject: [PATCH] Added wiring diagram image. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e2af20..c681551 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ # Mini-OLED Workout display 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 -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. @@ -24,3 +24,6 @@ Ideas for what to display on the screen. - View history - Scroll back needs to fetch & maybe cache results. - Loading animation. + +## Wiring diagram +![wiring diagram](assets/wire-diagram.png)