diff options
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.patch | 2 |
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 | |||
6 | Otherwise it ends up with using the default value 800x480 and may fail | 6 | Otherwise it ends up with using the default value 800x480 and may fail |
7 | at lv_display_set_buffers due to incorrect resolution. | 7 | at lv_display_set_buffers due to incorrect resolution. |
8 | 8 | ||
9 | Upstream-Status: Submitted [https://github.com/lvgl/lvgl/pull/6004] | 9 | Upstream-Status: Backport [29662d1c357c15135d076a2a924b9ef056c82120] |
10 | Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com> | 10 | Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com> |
11 | --- | 11 | --- |
12 | 12 | ||