Update README.md

This commit is contained in:
alastaira
2023-09-06 20:35:58 +01:00
committed by GitHub
parent 6392643a2b
commit ce1b4044eb

View File

@@ -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.
<img src="https://github.com/playfultechnology/esp32-eyes/blob/main/doc/anki-cozmo-faces-3-1024x576.jpg" />
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 <a href="https://github.com/luisllamasbinaburo/ESP32_Faces/">this library</a>, although with significant adjustments: