1
0
Fork 0

sandbox: Support wide-screen LCD emulation

Increase the LCD size to 1366x768.

Signed-off-by: Simon Glass <sjg@chromium.org>
utp
Simon Glass 2015-05-04 11:31:12 -06:00
parent 66da9beb62
commit 3a812e7c72
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@
lcd {
compatible = "sandbox,lcd-sdl";
xres = <800>;
yres = <600>;
xres = <1366>;
yres = <768>;
};
gpio_a: gpios@0 {