Tweaked and published Animated Eyes

This commit is contained in:
Phil Howard 2017-01-15 13:32:38 +00:00
parent 32d0079573
commit 7da4b8d0db
13 changed files with 444 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -105,3 +105,4 @@ overlays:
- adafruit-gps-hat
- uugear-zero2go
- adafruit-pigrrl-pcb
- adafruit-animated-eyes-bonnet

View File

@ -0,0 +1,73 @@
<!--
---
name: Animated Eyes Bonnet
class: board
type: Display
formfactor: PHAT
manufacturer: Adafruit
description: Two 128x128 pixel OLED or TFT LCD for the Raspberry Pi
url: https://learn.adafruit.com/animated-snake-eyes-bonnet-for-raspberry-pi/
buy: https://www.adafruit.com/products/3356
image: adafruit-animated-eyes-bonnet.png
pincount: 40
eeprom: no
power:
'17':
'1':
'4':
'2':
ground:
'9':
'25':
'39':
'34':
'30':
'20':
'14':
'6':
pin:
'3':
mode: i2c
'5':
mode: i2c
'33':
name: ADC Alert
'15':
name: Button Wink Left
'16':
name: Button Wink Both
'18':
name: Button Wink Right
'19':
mode: spi
'21':
mode: spi
'23':
mode: spi
'24':
mode: spi
'29':
name: DC
'31':
name: Reset
'36':
mode: spi
'38':
mode: spi
'40':
mode: spi
'24':
mode: spi
-->
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!
It's a follow-on of sorts to another project: Electronic Animated Eyes Using Teensy 3.2. The Teensy 3.2 is a very capable microcontroller, and the code for that project squeezed every bit of space and performance from it. So why not convert over to a Pi?
To install:
```bash
curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/pi-eyes.sh
sudo bash pi-eyes.sh
```

View File

@ -0,0 +1,73 @@
<!--
---
name: Animated Eyes Bonnet
class: board
type: Display
formfactor: PHAT
manufacturer: Adafruit
description: Two 128x128 pixel OLED or TFT LCD for the Raspberry Pi
url: https://learn.adafruit.com/animated-snake-eyes-bonnet-for-raspberry-pi/
buy: https://www.adafruit.com/products/3356
image: adafruit-animated-eyes-bonnet.png
pincount: 40
eeprom: no
power:
'17':
'1':
'4':
'2':
ground:
'9':
'25':
'39':
'34':
'30':
'20':
'14':
'6':
pin:
'3':
mode: i2c
'5':
mode: i2c
'33':
name: ADC Alert
'15':
name: Button Wink Left
'16':
name: Button Wink Both
'18':
name: Button Wink Right
'19':
mode: spi
'21':
mode: spi
'23':
mode: spi
'24':
mode: spi
'29':
name: DC
'31':
name: Reset
'36':
mode: spi
'38':
mode: spi
'40':
mode: spi
'24':
mode: spi
-->
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!
It's a follow-on of sorts to another project: Electronic Animated Eyes Using Teensy 3.2. The Teensy 3.2 is a very capable microcontroller, and the code for that project squeezed every bit of space and performance from it. So why not convert over to a Pi?
To install:
```bash
curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/pi-eyes.sh
sudo bash pi-eyes.sh
```

View File

@ -105,3 +105,4 @@ overlays:
- adafruit-gps-hat
- uugear-zero2go
- adafruit-pigrrl-pcb
- adafruit-animated-eyes-bonnet

View File

@ -105,3 +105,4 @@ overlays:
- adafruit-gps-hat
- uugear-zero2go
- adafruit-pigrrl-pcb
- adafruit-animated-eyes-bonnet

View File

@ -0,0 +1,73 @@
<!--
---
name: Animated Eyes Bonnet
class: board
type: Display
formfactor: PHAT
manufacturer: Adafruit
description: Two 128x128 pixel OLED or TFT LCD for the Raspberry Pi
url: https://learn.adafruit.com/animated-snake-eyes-bonnet-for-raspberry-pi/
buy: https://www.adafruit.com/products/3356
image: adafruit-animated-eyes-bonnet.png
pincount: 40
eeprom: no
power:
'17':
'1':
'4':
'2':
ground:
'9':
'25':
'39':
'34':
'30':
'20':
'14':
'6':
pin:
'3':
mode: i2c
'5':
mode: i2c
'33':
name: ADC Alert
'15':
name: Button Wink Left
'16':
name: Button Wink Both
'18':
name: Button Wink Right
'19':
mode: spi
'21':
mode: spi
'23':
mode: spi
'24':
mode: spi
'29':
name: DC
'31':
name: Reset
'36':
mode: spi
'38':
mode: spi
'40':
mode: spi
'24':
mode: spi
-->
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!
It's a follow-on of sorts to another project: Electronic Animated Eyes Using Teensy 3.2. The Teensy 3.2 is a very capable microcontroller, and the code for that project squeezed every bit of space and performance from it. So why not convert over to a Pi?
To install:
```bash
curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/pi-eyes.sh
sudo bash pi-eyes.sh
```

View File

@ -105,3 +105,4 @@ overlays:
- adafruit-gps-hat
- uugear-zero2go
- adafruit-pigrrl-pcb
- adafruit-animated-eyes-bonnet

View File

@ -0,0 +1,73 @@
<!--
---
name: Animated Eyes Bonnet
class: board
type: Display
formfactor: PHAT
manufacturer: Adafruit
description: Two 128x128 pixel OLED or TFT LCD for the Raspberry Pi
url: https://learn.adafruit.com/animated-snake-eyes-bonnet-for-raspberry-pi/
buy: https://www.adafruit.com/products/3356
image: adafruit-animated-eyes-bonnet.png
pincount: 40
eeprom: no
power:
'17':
'1':
'4':
'2':
ground:
'9':
'25':
'39':
'34':
'30':
'20':
'14':
'6':
pin:
'3':
mode: i2c
'5':
mode: i2c
'33':
name: ADC Alert
'15':
name: Button Wink Left
'16':
name: Button Wink Both
'18':
name: Button Wink Right
'19':
mode: spi
'21':
mode: spi
'23':
mode: spi
'24':
mode: spi
'29':
name: DC
'31':
name: Reset
'36':
mode: spi
'38':
mode: spi
'40':
mode: spi
'24':
mode: spi
-->
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!
It's a follow-on of sorts to another project: Electronic Animated Eyes Using Teensy 3.2. The Teensy 3.2 is a very capable microcontroller, and the code for that project squeezed every bit of space and performance from it. So why not convert over to a Pi?
To install:
```bash
curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/pi-eyes.sh
sudo bash pi-eyes.sh
```

View File

@ -105,3 +105,4 @@ overlays:
- adafruit-gps-hat
- uugear-zero2go
- adafruit-pigrrl-pcb
- adafruit-animated-eyes-bonnet

View File

@ -0,0 +1,73 @@
<!--
---
name: Animated Eyes Bonnet
class: board
type: Display
formfactor: PHAT
manufacturer: Adafruit
description: Two 128x128 pixel OLED or TFT LCD for the Raspberry Pi
url: https://learn.adafruit.com/animated-snake-eyes-bonnet-for-raspberry-pi/
buy: https://www.adafruit.com/products/3356
image: adafruit-animated-eyes-bonnet.png
pincount: 40
eeprom: no
power:
'17':
'1':
'4':
'2':
ground:
'9':
'25':
'39':
'34':
'30':
'20':
'14':
'6':
pin:
'3':
mode: i2c
'5':
mode: i2c
'33':
name: ADC Alert
'15':
name: Button Wink Left
'16':
name: Button Wink Both
'18':
name: Button Wink Right
'19':
mode: spi
'21':
mode: spi
'23':
mode: spi
'24':
mode: spi
'29':
name: DC
'31':
name: Reset
'36':
mode: spi
'38':
mode: spi
'40':
mode: spi
'24':
mode: spi
-->
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!
It's a follow-on of sorts to another project: Electronic Animated Eyes Using Teensy 3.2. The Teensy 3.2 is a very capable microcontroller, and the code for that project squeezed every bit of space and performance from it. So why not convert over to a Pi?
To install:
```bash
curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/pi-eyes.sh
sudo bash pi-eyes.sh
```

View File

@ -105,3 +105,4 @@ overlays:
- adafruit-gps-hat
- uugear-zero2go
- adafruit-pigrrl-pcb
- adafruit-animated-eyes-bonnet

View File

@ -0,0 +1,73 @@
<!--
---
name: Animated Eyes Bonnet
class: board
type: Display
formfactor: PHAT
manufacturer: Adafruit
description: Two 128x128 pixel OLED or TFT LCD for the Raspberry Pi
url: https://learn.adafruit.com/animated-snake-eyes-bonnet-for-raspberry-pi/
buy: https://www.adafruit.com/products/3356
image: adafruit-animated-eyes-bonnet.png
pincount: 40
eeprom: no
power:
'17':
'1':
'4':
'2':
ground:
'9':
'25':
'39':
'34':
'30':
'20':
'14':
'6':
pin:
'3':
mode: i2c
'5':
mode: i2c
'33':
name: ADC Alert
'15':
name: Button Wink Left
'16':
name: Button Wink Both
'18':
name: Button Wink Right
'19':
mode: spi
'21':
mode: spi
'23':
mode: spi
'24':
mode: spi
'29':
name: DC
'31':
name: Reset
'36':
mode: spi
'38':
mode: spi
'40':
mode: spi
'24':
mode: spi
-->
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!
It's a follow-on of sorts to another project: Electronic Animated Eyes Using Teensy 3.2. The Teensy 3.2 is a very capable microcontroller, and the code for that project squeezed every bit of space and performance from it. So why not convert over to a Pi?
To install:
```bash
curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/pi-eyes.sh
sudo bash pi-eyes.sh
```