Simon Glass | 7d95f2a | 2014-02-27 13:26:19 -0700 | [diff] [blame] | 1 | Sandbox LCD |
2 | =========== | ||||
3 | |||||
4 | This uses the displaymode.txt binding except that only xres and yres are | ||||
5 | required properties. | ||||
6 | |||||
7 | Example: | ||||
8 | |||||
9 | lcd { | ||||
10 | compatible = "sandbox,lcd-sdl"; | ||||
11 | xres = <800>; | ||||
12 | yres = <600>; | ||||
13 | }; |