config.eye
1 { 2 // This is a comment 3 "eyeRadius" : 125, 4 "eyelidIndex" : "0x00", // From table: learn.adafruit.com/assets/61921 5 // The doom-red and doom-spiral eyelid bitmaps don't fully close. 6 // This is to give the IMPRESSION of a blink without actually blinking, 7 // so human eye behind is hidden better when doing Pepper's ghost trick. 8 "upperEyelid" : "doom-red/upper.bmp", 9 "lowerEyelid" : "doom-red/lower.bmp", 10 "scleraTexture" : "doom-red/sclera.bmp", 11 "scleraAngle" : 0, 12 "irisRadius" : 50, 13 "irisTexture" : "doom-red/iris.bmp", 14 "irisAngle" : 0, 15 "pupilColor" : [ 0, 0, 0 ], 16 "pupilMin" : 0.15, 17 "pupilMax" : 0.4, 18 "squint" : 0.1, 19 "backColor" : [ 166, 160, 160 ] 20 }