/ M4_Eyes / eyes / anime / config.eye
config.eye
 1  {
 2    "eyeRadius"     : 130,
 3    "eyelidIndex"   : "0xD5", // From table: learn.adafruit.com/assets/61921
 4    "pupilColor"    : [ 0, 0, 0 ],
 5    "backColor"     : [ 216, 204, 197 ],
 6    "irisRadius"    : 95,
 7    "irisTexture"   : "anime/iris.bmp",
 8    "scleraTexture" : "anime/sclera.bmp",
 9    "upperEyelid"   : "anime/upper.bmp",
10    "lowerEyelid"   : "anime/lower.bmp",
11    "irisAngle"     : 0,
12    "irisiSpin"     : 512,
13    "pupilMin"      : 0.3,
14    "pupilMax"      : 0.4,
15    "squint"        : 0.1,
16    "left" : {
17    },
18    "right" : {
19    }
20  }