From 01358f3b338c757568883a7b723bbfe123753bad Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Wed, 8 Feb 2023 22:57:57 -0500 Subject: [PATCH] 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 --- src/dts/kernel.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dts/kernel.dts b/src/dts/kernel.dts index 35c2ff8..c36c38b 100644 --- a/src/dts/kernel.dts +++ b/src/dts/kernel.dts @@ -1380,7 +1380,7 @@ xres = < 0x280 >; yres = < 0x1e0 >; bpp = < 0x04 >; - mode = < 0x01 >; + mode = < 0x00 >; }; vibrator {