Skip to content

Commit 7d9b072

Browse files
authored
Merge pull request #845 from adafruit/philb-branch
Add collection of eye designs
2 parents e2f936e + 2025479 commit 7d9b072

27 files changed

Lines changed: 106 additions & 0 deletions

M4_Eyes/eyes/big_blue/config.eye

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"eyeRadius" : 125,
3+
"eyelidIndex" : "0x00", // From table: learn.adafruit.com/assets/61921
4+
"pupilColor" : [ 0, 0, 0 ],
5+
"backColor" : [ 0, 0, 0 ],
6+
"irisTexture" : "big_blue/iris_blue.bmp",
7+
"scleraTexture" : "big_blue/sclera_white.bmp",
8+
"upperEyelid" : "big_blue/upper.bmp",
9+
"lowerEyelid" : "big_blue/lower.bmp",
10+
"irisRadius" : 85,
11+
"left" : {
12+
},
13+
"right" : {
14+
}
15+
}
202 KB
Binary file not shown.

M4_Eyes/eyes/big_blue/lower.bmp

7.56 KB
Binary file not shown.
234 KB
Binary file not shown.

M4_Eyes/eyes/big_blue/upper.bmp

7.56 KB
Binary file not shown.

M4_Eyes/eyes/fish_eyes/config.eye

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"eyeRadius" : 120,
3+
"eyelidIndex" : "0x00", // From table: learn.adafruit.com/assets/61921
4+
"pupilColor" : [ 0, 0, 0 ],
5+
"backColor" : [ 0, 0, 0 ],
6+
"irisTexture" : "fish_eyes/iris_fish.bmp",
7+
"scleraTexture" : "fish_eyes/sclera_fish.bmp",
8+
//"upperEyelid" : "hazel/upper.bmp",
9+
//"lowerEyelid" : "hazel/lower.bmp",
10+
"irisRadius" : 115,
11+
"pupilMin" : 0.4,
12+
"pupilMax" : 0.5,
13+
"left" : {
14+
},
15+
"right" : {
16+
}
17+
}
135 KB
Binary file not shown.
135 KB
Binary file not shown.

M4_Eyes/eyes/hypno_red/config.eye

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"eyelidIndex" : "0x00", // From table: learn.adafruit.com/assets/61921
3+
"backColor" : [ 76, 0, 0 ],
4+
"pupilColor" : [ 0, 21, 20 ],
5+
"irisTexture" : "hypno_red/iris.bmp",
6+
"eyeRadius" : 125,
7+
"irisRadius" : 100,
8+
"scleraColor" : [ 86, 20, 20 ],
9+
"upperEyelid" : "hypno_red/upper.bmp",
10+
"lowerEyelid" : "hypno_red/lower.bmp",
11+
"left" : {
12+
},
13+
"right" : {
14+
}
15+
}

M4_Eyes/eyes/hypno_red/iris.bmp

192 KB
Binary file not shown.

0 commit comments

Comments
 (0)