From bda86b527dc47cd3cdf9ee29013a8749d4b63bb7 Mon Sep 17 00:00:00 2001 From: Nicole Faerber Date: Wed, 13 Oct 2021 19:59:20 +0200 Subject: [PATCH] add some references --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 205c1cb..6a35530 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # DigitalUhr -The un-smart digital watch \ No newline at end of file +The un-smart digital watch + + +Display: + https://www.sharpsecd.com/static/media/Sharp-LCD-Specification-LS012B7DD06A-12-2-19.4b439705.pdf + +dev board: + Adafruit Clue + https://www.adafruit.com/product/4500 + +GUI lib: + https://lvgl.io/ + +Watch OS: + https://github.com/InfiniTimeOrg/InfiniTime + + +P8 hacking: + https://hackaday.com/2020/05/02/cheap-smartwatch-hacking-to-run-your-own-code/