From ce1b4044eb028ee49f52a559c752c16f278a162b Mon Sep 17 00:00:00 2001 From: alastaira Date: Wed, 6 Sep 2023 20:35:58 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d509990..5ec9396 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Emotive animated eyes on an OLED display, as inspired by Anki Cozmo etc. Inspired by the expressive eye animations of the Anki "Cozmo" robot, this Arduino/ESP8266/ESP32 library displays a set of animated eyes on a small 128x64 OLED screen. + + + + Unlike some libraries which require a set of bitmap images for each frame of animation, this library draws each frame dynamically from a programmatic set of parameters. Heavily based on this library, although with significant adjustments: