aboutsummaryrefslogtreecommitdiffstats
path: root/Skeleton.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-08-17 12:11:58 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-08-17 12:11:58 +0000
commita7a01e3ffef0fdb4c3bb51afb2928c3f6828ccc9 (patch)
treec4478b210add468e37a2cf01444356130df0cb09 /Skeleton.c
parent425f0326d5960a40f264a64b625747d99bd59b4b (diff)
downloadlcd4linux-a7a01e3ffef0fdb4c3bb51afb2928c3f6828ccc9.tar.gz
[lcd4linux @ 2003-08-17 12:11:58 by reinelt]
framework for icons prepared git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@221 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Skeleton.c')
-rw-r--r--Skeleton.c20
1 files changed, 18 insertions, 2 deletions
diff --git a/Skeleton.c b/Skeleton.c
index cc9c733..7e9b0d9 100644
--- a/Skeleton.c
+++ b/Skeleton.c
@@ -1,4 +1,4 @@
-/* $Id: Skeleton.c,v 1.9 2003/08/17 08:25:30 reinelt Exp $
+/* $Id: Skeleton.c,v 1.10 2003/08/17 12:11:58 reinelt Exp $
*
* skeleton driver for new display modules
*
@@ -20,6 +20,9 @@
*
*
* $Log: Skeleton.c,v $
+ * Revision 1.10 2003/08/17 12:11:58 reinelt
+ * framework for icons prepared
+ *
* Revision 1.9 2003/08/17 08:25:30 reinelt
* preparations for liblcd4linux; minor bugs in SIN.c and Skeleton.c
*
@@ -122,6 +125,19 @@ int Skel_quit (void)
LCD Skeleton[] = {
- { "Skeleton",4,20,5,8,BAR_L|BAR_R,0,Skel_init,Skel_clear,Skel_put,Skel_bar,Skel_gpo,Skel_flush, Skel_quit },
+ { name: "Skeleton",
+ rows: 4,
+ cols: 20,
+ xres: 5,
+ yres: 8,
+ bars: BAR_L|BAR_R,
+ gpo: 0,
+ init: Skel_init,
+ clear: Skel_clear,
+ put: Skel_put,
+ bar: Skel_bar,
+ gpo: Skel_gpo,
+ flush: Skel_flush,
+ quit: Skel_quit },
{ NULL }
};