updated framebuffer mode in dtb

was using xres (0x01) to determine finfo.line_len but we want it to use  xres_virtual (0x00) to make it easier to flip between pages of our buffer irrespective of resolution
This commit is contained in:
Shaun Inman 2023-02-08 22:57:57 -05:00
parent 8d036a38a4
commit 01358f3b33

View file

@ -1380,7 +1380,7 @@
xres = < 0x280 >; xres = < 0x280 >;
yres = < 0x1e0 >; yres = < 0x1e0 >;
bpp = < 0x04 >; bpp = < 0x04 >;
mode = < 0x01 >; mode = < 0x00 >;
}; };
vibrator { vibrator {