summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch')
-rw-r--r--meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch b/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch
index 449db53dfb..5cafb41d56 100644
--- a/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch
+++ b/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] fix(fbdev): set resolution prior to buffer
6Otherwise it ends up with using the default value 800x480 and may fail 6Otherwise it ends up with using the default value 800x480 and may fail
7at lv_display_set_buffers due to incorrect resolution. 7at lv_display_set_buffers due to incorrect resolution.
8 8
9Upstream-Status: Submitted [https://github.com/lvgl/lvgl/pull/6004] 9Upstream-Status: Backport [29662d1c357c15135d076a2a924b9ef056c82120]
10Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com> 10Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
11--- 11---
12 12