• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Invalid specification: requests missing image file.
2
3bmpblock: 2.0
4
5# These are the individual images which are layered to produce a screen layout.
6images:
7    devmode:      NotReallyA.bmp
8    $HWID:        FontFile.bin
9
10# These are all of the distinct layouts that we know how to display.
11screens:
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.
19localizations:
20  - [ dev_en, dev_en, dev_en, dev_en ]
21
22