From 5ebe240d6b92c396eadcd0f738deb8527751c57d Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 28 Nov 2017 00:51:22 +0100 Subject: [PATCH] Add Acknowledgements --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0bf2b83..8b00469 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,18 @@ See the `unittest/Makefile` for a compilable target (on Linux at least). It runs tests against the code, ensuring that timers are set and removed, object creation and destruction are working, and getters/setters and other code operates as designed. + +## Acknowledgements + +Several pieces of code were borrowed from other authors. In particular, kudos +go to the following fine individuals: + +* *Espressif Systems* for the SPI driver +* LoBo (loboris@GitHub) for parts of the ILI9341 driver +* *Adafruit* for inspiration on the STMPE610 driver (which the author rewrote + to support interrupts). +* *Lode Vandevenne* and *Sean Middleditch* for the uPNG code to handle PNG + images. +* *Cesanta* for Mongoose OS, Mongoose, and the JSON `frozen` library. + +