1 # Invalid specification: requests missing image file. 2 3 bmpblock: 2.0 4 5 # These are the individual images which are layered to produce a screen layout. 6 images: 7 devmode: NotReallyA.bmp 8 $HWID: FontFile.bin 9 10 # These are all of the distinct layouts that we know how to display. 11 screens: 12 dev_en: 13 - [0, 0, devmode] 14 - [100, 100, $HWID] 15 16 17 # To customize the images for a particular locale, just reorder this list so 18 # that the default language appears first. 19 localizations: 20 - [ dev_en, dev_en, dev_en, dev_en ] 21 22