Cappy Config File
Once you have gone through the MONSTER M4SK quick start guide, you should have the default "blue hazel" eyes loaded and displaying.
Use our config.eye file to change the style of the eyes. Download the file, rename it to config.eye and drop it onto the root of the CIRCUITPY drive. The drive shows up on your computer when you plug in your Monster M4sk via a known good data+power USB cable.
Settings
The size of the eyes where increased to full up most of the display with the iris. The iris, pupil and sclera are solid colors so no need for the bitmap images. Blinks were disabled to match the style of Cappy's eye, so no need for those either.
{ "eyeRadius" : 125, "eyelidIndex" : "0xFF", // From table: learn.adafruit.com/assets/61921 "pupilColor" : [ 0, 0, 0 ], "backColor" : [ 255, 255, 255 ], "irisColor" : [ 255, 0, 0 ], "irisRadius" : 120, "scleraColor" : [ 255, 255, 255 ], "left" : { "rotate" : 1 }, "right" : { "rotate" : 1 } }