mirror of
https://github.com/playfultechnology/esp32-eyes.git
synced 2025-12-06 17:15:42 -08:00
Merge branch 'main' of https://github.com/playfultechnology/esp32-eyes
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
# esp32-eyes
|
||||
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 <a href="https://github.com/luisllamasbinaburo/ESP32_Faces/">this library</a>, although with significant adjustments:
|
||||
|
||||
- OLED (using <a href="https://github.com/olikraus/u8g2">u8g2</a>) rather than TFT (based on <a href="https://github.com/Bodmer/TFT_eSPI">eSPI_TFT</a>)
|
||||
- Horizontal rather than vertical alignment
|
||||
- Mirrored left/right eye animations
|
||||
|
||||
Reference in New Issue
Block a user