From 8035c61d86910e1a1ad22037fe8450cebab6b827 Mon Sep 17 00:00:00 2001 From: Blue Fox Date: Sun, 21 Aug 2022 11:22:37 +0200 Subject: [PATCH] Added "Librarys used" section to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4af1abe..62f7cdd 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ to your WiFi Preshared Key (often just referred to as Passphrase) and the WiFi S Then, the whole project can be uploaded by pressing on the upload button (arrow pointing to the right) +## Librarys used +**epdpaint.h**, **epd2in7.h** by Yehui from Waveshare +**fonts.h** by MCD Application Team; COPYRIGHT(c) 2014 STMicroelectronics +...and many librarys of the Arduino Project (e.g **Arduino.h**), and others (e.g. **stdint.h**) + # License This is free and unencumbered software released into the public domain.