# TFT Gizmo Animated Eye

## Ready-Made UF2 Files

Among the appealing features of Adafruit’s ARM boards is the use of the _UF2 bootloader,_ which makes these boards show up as a small USB flash drive on your computer. Just double-tap the reset button and copy a pre-compiled binary file over to this drive…no need to install or compile anything special with the Arduino IDE! We have a few ready-made animated eyes for some of the Adafruit boards that have screens attached…

The hazel **Human** eye is used by default in our animated eyes code, with an&nbsp;_anime-_sized iris.

![express_human.jpg](https://cdn-learn.adafruit.com/assets/assets/000/084/700/medium640/express_human.jpg?1574285371)

The **Dragon** eye demonstrates use of a slit pupil.

![express_dragon.jpg](https://cdn-learn.adafruit.com/assets/assets/000/084/702/medium640/express_dragon.jpg?1574285386)

Some animals have such huge irises you rarely see the sclera (the white part of the eye). **No\_Sclera** &nbsp;is an example eye for these situations.

![express_nosclera.jpg](https://cdn-learn.adafruit.com/assets/assets/000/084/703/medium640/express_nosclera.jpg?1574285401)

The **Newt** eye originated from the [Eye of Newt pendant guide](https://learn.adafruit.com/eye-of-newt)…but this one’s trivial to install thanks to the UF2 bootloader.

![express_newt.jpg](https://cdn-learn.adafruit.com/assets/assets/000/084/704/medium640/express_newt.jpg?1574285424)

The **Terminator** eye design originated with the [Terminator Eyeball Upgrade guide](https://learn.adafruit.com/terminator-eyeball-upgrade/overview)…but again, so much easier to install now.

![express_terminator.jpg](https://cdn-learn.adafruit.com/assets/assets/000/084/705/medium640/express_terminator.jpg?1574285439)

# Circuit Playground Bluefruit with TFT Gizmo

These are compiled for the [**Circuit Playground Bluefruit**](https://www.adafruit.com/product/4333) board with [**TFT Gizmo**](https://www.adafruit.com/product/4367)&nbsp;and **will not work on other boards**.

_Currently, the pupil reacts to the light sensor…this is a bug, the pupil should have its own movements because the sensor is on the reverse side from the TFT display. These UF2s will be updated once it’s resolved._

[CPB_Eye_Human.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/709/original/CPB_Eye_Human.UF2?1574287996)
[CPB_Eye_Dragon.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/710/original/CPB_Eye_Dragon.UF2?1574288003)
[CPB_Eye_No_Sclera.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/711/original/CPB_Eye_No_Sclera.UF2?1574288014)
[CPB_Eye_Newt.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/712/original/CPB_Eye_Newt.UF2?1574288021)
[CPB_Eye_Terminator.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/713/original/CPB_Eye_Terminator.UF2?1574288030)
This is a highly specific Cybernetic Santa Claus version that includes both our Terminator eye graphics and the code to drive [a strand of 30 NeoPixels](https://www.adafruit.com/product/3919) plugged into the TFT Gizmo's A2 port.&nbsp;

[CPB_Eye_Terminator_Santa_Lights.UF2](https://cdn-learn.adafruit.com/assets/assets/000/085/488/original/CPB_Eye_Terminator_Santa_Lights.UF2?1575651840)
# Circuit Playground Express with TFT Gizmo

Similar to the above, these are compiled specifically for [**Circuit Playground Express**](https://www.adafruit.com/product/3333) with the [**TFT Gizmo**](https://www.adafruit.com/product/4367); they **will not work on other boards**. The light sensor is _not_ used here, since it’s on the opposite side from the display…instead the pupil dilates on its own. This can all be changed if you compile from the source code.

[CPX_Eye_Human.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/714/original/CPX_Eye_Human.UF2?1574288037)
[CPX_Eye_Dragon.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/715/original/CPX_Eye_Dragon.UF2?1574288045)
[CPX_Eye_No_Sclera.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/716/original/CPX_Eye_No_Sclera.UF2?1574288053)
[CPX_Eye_Newt.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/717/original/CPX_Eye_Newt.UF2?1574288060)
[CPX_Eye_Terminator.UF2](https://cdn-learn.adafruit.com/assets/assets/000/084/718/original/CPX_Eye_Terminator.UF2?1574288067)
# Other Boards, and Customizing the Look

Ready-made eyes for the **Adafruit HalloWing M0** board are available in the [HalloWing guide](https://learn.adafruit.com/adafruit-hallowing/spooky-eyes).

For the **HalloWing M4** and **MONSTER M4SK** , see the [MONSTER M4SK guide](https://learn.adafruit.com/adafruit-monster-m4sk-eyes/m-eyes-firmware). This one works a bit different…the code and graphics are separate pieces.

For everything else, including customizing the behavior and look of the eyes, you’ll need to compile from source code, explained in the original [“Uncanny Eyes” guide](https://learn.adafruit.com/animated-electronic-eyes).


## Related Guides

- [Adafruit Circuit Playground Express](https://learn.adafruit.com/adafruit-circuit-playground-express.md)
- [Adafruit Circuit Playground Bluefruit](https://learn.adafruit.com/adafruit-circuit-playground-bluefruit.md)
- [Adafruit Circuit Playground TFT Gizmo](https://learn.adafruit.com/adafruit-tft-gizmo.md)
- [Circuit Playground Bluefruit Pumpkin with Lights and Sounds ](https://learn.adafruit.com/pumpkin-with-circuit-playground-bluefruit.md)
- [Frozen-Inspired Animated Pendant with Temperature Sensing](https://learn.adafruit.com/frozen-gizmo-pendant-with-temperature-sensing.md)
- [Easy No-Soldering Bluetooth Controlled Room Lights](https://learn.adafruit.com/easy-no-solder-bluetooth-controlled-room-lights.md)
- [Zombie Tag Game with Circuit Playground Express](https://learn.adafruit.com/circuit-playground-express-ir-zombie-game.md)
- [Circuit Playground Gizmo Ornaments](https://learn.adafruit.com/display-ornaments-with-circuit-playground.md)
- [Pushrod Garage](https://learn.adafruit.com/pushrod-garage.md)
- [Automatic Mechanical Watch Winder](https://learn.adafruit.com/automatic-mechanical-watch-winder.md)
- [CircuitPython Sound Box](https://learn.adafruit.com/circuitpython-sound-box.md)
- [Crickit Lab Shaker](https://learn.adafruit.com/crickit-lab-shaker.md)
- [Trash Panda](https://learn.adafruit.com/trash-panda-circuit-python-crickit.md)
- [CompuCanvas 101 - Transitions](https://learn.adafruit.com/compucanvas-101.md)
- [Circuit Playground Bluetooth Cauldron](https://learn.adafruit.com/cpx-cauldron.md)
- [Professor Bubbleton’s Breathing Head in a Jar](https://learn.adafruit.com/professor-bubbleton-s-breathing-head-in-a-jar.md)
- [Using the Bluefruit Dashboard with Web Bluetooth in Chrome](https://learn.adafruit.com/bluefruit-dashboard-web-bluetooth-chrome.md)
- [Cartoon Network MakeCode: Garnet's Gauntlets from Steven Universe](https://learn.adafruit.com/cartoon-network-makecode-garnets-gauntlets-from-steven-universe.md)
