mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 14:48:17 +01:00
sandbox: Support wide-screen LCD emulation
Increase the LCD size to 1366x768. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
66da9beb62
commit
3a812e7c72
@ -72,8 +72,8 @@
|
|||||||
|
|
||||||
lcd {
|
lcd {
|
||||||
compatible = "sandbox,lcd-sdl";
|
compatible = "sandbox,lcd-sdl";
|
||||||
xres = <800>;
|
xres = <1366>;
|
||||||
yres = <600>;
|
yres = <768>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_a: gpios@0 {
|
gpio_a: gpios@0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user