How to customize DSI RGB format - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32) +---- Forum: LCD and Touch Panel (https://forum.pine64.org/forumdisplay.php?fid=37) +---- Thread: How to customize DSI RGB format (/showthread.php?tid=6473) |
How to customize DSI RGB format - r.tanaka - 08-28-2018 Hi I would like to change the DSI format to RGB565. Therefore, fix the following setting values from DTS. [sun50i-a64-pine64-plus.dts] Code: 2182 lcd_dsi_if = <0x2>; But, the RGB format of DSI was not changed. I confirmed with the fbset command. Code: pine64@pine64:~$ fbset -i Is there a mistake in how to change the DSI RGB format? Also, I tryed change to RGB format with reference to the following page. http://linux-sunxi.org/Fex_Guide#FEX_Description [sun50i-a64-pine64-plus.dts] Code: 2136 disp@01000000 { But, the result did not change. |