aboutsummaryrefslogtreecommitdiffstats
path: root/Skeleton.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-08-17 08:25:30 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-08-17 08:25:30 +0000
commit425f0326d5960a40f264a64b625747d99bd59b4b (patch)
tree117191c2fed65d774408588f1f72eed0c0452e6d /Skeleton.c
parente5a64d09f3358214ae09ee28fc727489b3fb037f (diff)
downloadlcd4linux-425f0326d5960a40f264a64b625747d99bd59b4b.tar.gz
[lcd4linux @ 2003-08-17 08:25:30 by reinelt]
preparations for liblcd4linux; minor bugs in SIN.c and Skeleton.c git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@220 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--Skeleton.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/Skeleton.c b/Skeleton.c
index 4b3ce96..cc9c733 100644
--- a/Skeleton.c
+++ b/Skeleton.c
@@ -1,4 +1,4 @@
-/* $Id: Skeleton.c,v 1.8 2003/07/24 04:48:09 reinelt Exp $
+/* $Id: Skeleton.c,v 1.9 2003/08/17 08:25:30 reinelt Exp $
*
* skeleton driver for new display modules
*
@@ -20,6 +20,9 @@
*
*
* $Log: Skeleton.c,v $
+ * Revision 1.9 2003/08/17 08:25:30 reinelt
+ * preparations for liblcd4linux; minor bugs in SIN.c and Skeleton.c
+ *
* Revision 1.8 2003/07/24 04:48:09 reinelt
* 'soft clear' needed for virtual rows
*
@@ -71,6 +74,7 @@
#include "debug.h"
#include "cfg.h"
#include "display.h"
+#include "bar.h"
static LCD Lcd;
@@ -86,7 +90,7 @@ int Skel_init (LCD *Self)
error ("Skeleton: This driver does not drive anything!");
return -1;
- Skel_clear();
+ Skel_clear(1);
return 0;
}