Commit 67fa4630a169b68b3c11d4b8aeee28748ec4a4bb

Authored by 김태훈
1 parent f27446b7a5
Exists in fhd

RGB 스왑

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
files/run.sh
... ... @@ -32,5 +32,7 @@ export TSLIB_TSDEVICE=/dev/input/event0
32 32 export QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0:rotation=270
33 33 export QT_QPA_EVDEV_KEYBOARD_PARAMETERS=/dev/input/event1
34 34  
  35 +echo RGB24 > /sys/class/graphics/fb0/fsl_disp_fb_format
  36 +
35 37 cd ${BASE_DIR}
36 38 ./superdaemon &
... ...