Index: /ipk/source.sh4/tools_lcdpearl1/CONTROL/control
===================================================================
--- /ipk/source.sh4/tools_lcdpearl1/CONTROL/control	(revision 23493)
+++ /ipk/source.sh4/tools_lcdpearl1/CONTROL/control	(revision 23494)
@@ -1,3 +1,3 @@
-Package: titan-plugin-swaptools-pearllcd
+Package: titan-plugin-tools-pearllcd
 Version: 4.0
 Description: Treiber fuer Pearl LCD V4.0
Index: /ipk/source.sh4/tools_lcdpearl1/_path_/usr/local/share/titan/plugins/lcdpearl1/start.sh
===================================================================
--- /ipk/source.sh4/tools_lcdpearl1/_path_/usr/local/share/titan/plugins/lcdpearl1/start.sh	(revision 23494)
+++ /ipk/source.sh4/tools_lcdpearl1/_path_/usr/local/share/titan/plugins/lcdpearl1/start.sh	(revision 23494)
@@ -0,0 +1,8 @@
+#!/bin/sh
+PWD=`echo $0 | sed -e s/start.sh//g`
+#PWD=`pwd`
+export LD_LIBRARY_PATH=$PWD/libs
+cd $PWD
+#./lcd4linux -f $PWD/lcd4linux.conf $1
+./lcd4linux -f /var/etc/lcd4linux.conf $1
+exit
Index: /ipk/source.sh4/tools_lcdpearl1/var/etc/lcd4linux.conf
===================================================================
--- /ipk/source.sh4/tools_lcdpearl1/var/etc/lcd4linux.conf	(revision 23494)
+++ /ipk/source.sh4/tools_lcdpearl1/var/etc/lcd4linux.conf	(revision 23494)
@@ -0,0 +1,29 @@
+Display 'DPF'
+
+Layout 'lcdpearl1'
+
+Display dpf {
+    Driver     'DPF'
+    Port       'usb0'
+    Font       '6x8'
+    Foreground 'ffffff'
+    Background '000000'
+    Basecolor  '000000'
+}
+
+
+Widget IMAGE {
+    class    'Image'
+    file     '/tmp/titanlcd.png'
+    update   9999
+    reload   1
+    visible  1
+    inverted 0
+}
+
+Layout lcdpearl1 {
+
+       Layer 2 {
+          X1.Y1 'IMAGE'
+        }
+}
