case_badbmp.yaml 538 B

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