sandbox-fb.txt 207 B

12345678910111213
  1. Sandbox LCD
  2. ===========
  3. This uses the displaymode.txt binding except that only xres and yres are
  4. required properties.
  5. Example:
  6. lcd {
  7. compatible = "sandbox,lcd-sdl";
  8. xres = <800>;
  9. yres = <600>;
  10. };