From 67fa4630a169b68b3c11d4b8aeee28748ec4a4bb Mon Sep 17 00:00:00 2001 From: taehoon Date: Mon, 24 May 2021 11:58:43 +0900 Subject: [PATCH] =?UTF-8?q?RGB=20=EC=8A=A4=EC=99=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/run.sh b/files/run.sh index 7e455f4..f210b1e 100755 --- a/files/run.sh +++ b/files/run.sh @@ -32,5 +32,7 @@ export TSLIB_TSDEVICE=/dev/input/event0 export QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0:rotation=270 export QT_QPA_EVDEV_KEYBOARD_PARAMETERS=/dev/input/event1 +echo RGB24 > /sys/class/graphics/fb0/fsl_disp_fb_format + cd ${BASE_DIR} ./superdaemon & -- 2.1.4