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:
parent
8d036a38a4
commit
01358f3b33
1 changed files with 1 additions and 1 deletions
|
|
@ -1380,7 +1380,7 @@
|
|||
xres = < 0x280 >;
|
||||
yres = < 0x1e0 >;
|
||||
bpp = < 0x04 >;
|
||||
mode = < 0x01 >;
|
||||
mode = < 0x00 >;
|
||||
};
|
||||
|
||||
vibrator {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue