diff -u -r ./b/etc/init.d/lcd4linux ./a/etc/init.d/lcd4linux --- ./b/etc/init.d/lcd4linux 2018-11-12 12:23:58.143602461 +0100 +++ ./a/etc/init.d/lcd4linux 2018-11-12 12:23:06.820226596 +0100 @@ -7,7 +7,7 @@ configfile() { read layout < /tmp/lcd/layout - test $layout = user && CONF_DIR=/var/etc || CONF_DIR=/etc + test $layout = Pearl_user && CONF_DIR=/var/etc || CONF_DIR=/etc chmod 600 ${CONF_DIR}/lcd4linux.conf chown 0:0 ${CONF_DIR}/lcd4linux.conf diff -u -r ./b/var/etc/lcd4linux.conf ./a/var/etc/lcd4linux.conf --- ./b/var/etc/lcd4linux.conf 2018-11-12 12:24:31.059202814 +0100 +++ ./a/var/etc/lcd4linux.conf 2018-11-12 12:25:13.218691647 +0100 @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # -Display user { +Display Pearl_user { driver 'DPF' port 'usb0' font '16x34' @@ -47,7 +47,7 @@ # --------------------------------------------------------------------------- # -Layout user { +Layout Pearl_user { layer 0 { row4.col01 'LINE1' row6.col01 'LINE2' @@ -63,8 +63,8 @@ # --------------------------------------------------------------------------- # -Display 'user' +Display file::readline('/tmp/lcd/layout', 1) -Layout 'user' +Layout file::readline('/tmp/lcd/layout', 1) # --------------------------------------------------------------------------- #