Skip to content

Commit d52f254

Browse files
M4_Eyes: add fizzgig eye design
1 parent 655cece commit d52f254

4 files changed

Lines changed: 19 additions & 0 deletions

File tree

M4_Eyes/eyes/fizzgig/config.eye

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"eyeRadius" : 128,
3+
"irisRadius" : 115,
4+
"eyelidIndex" : "0x8A", // From table: learn.adafruit.com/assets/61921
5+
"pupilMin" : 0.15,
6+
"pupilMax" : 0.35,
7+
"pupilColor" : [ 0, 0, 0 ],
8+
"backColor" : [ 59, 37, 24 ],
9+
"scleraColor" : [ 59, 37, 24],
10+
"irisTexture" : "fizzgig/iris.bmp",
11+
"upperEyelid" : "fizzgig/upper.bmp",
12+
"lowerEyelid" : "fizzgig/lower.bmp",
13+
"tracking" : false,
14+
"lightSensor" : 102,
15+
"left" : {
16+
},
17+
"right" : {
18+
}
19+
}

M4_Eyes/eyes/fizzgig/iris.bmp

696 Bytes
Binary file not shown.

M4_Eyes/eyes/fizzgig/lower.bmp

7.56 KB
Binary file not shown.

M4_Eyes/eyes/fizzgig/upper.bmp

7.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)