diff options
author | reinelt <> | 2002-08-19 04:41:20 +0000 |
---|---|---|
committer | reinelt <> | 2002-08-19 04:41:20 +0000 |
commit | 14f4600010f07dfd1e6b91e1038c468b40c8f748 (patch) | |
tree | c97b9dd85328464e0c75fe7780e7cec6004ba92e /HD44780.c | |
parent | d9d3e35a7b8ebe1f2aab0b8c010b5030f1c3e9df (diff) | |
download | lcd4linux-14f4600010f07dfd1e6b91e1038c468b40c8f748.tar.gz |
[lcd4linux @ 2002-08-19 04:41:20 by reinelt]
introduced bar.c, moved bar stuff from display.h to bar.h
Diffstat (limited to 'HD44780.c')
-rw-r--r-- | HD44780.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: HD44780.c,v 1.22 2002/08/17 14:14:21 reinelt Exp $ +/* $Id: HD44780.c,v 1.23 2002/08/19 04:41:20 reinelt Exp $ * * driver for display modules based on the HD44780 chip * @@ -20,6 +20,9 @@ * * * $Log: HD44780.c,v $ + * Revision 1.23 2002/08/19 04:41:20 reinelt + * introduced bar.c, moved bar stuff from display.h to bar.h + * * Revision 1.22 2002/08/17 14:14:21 reinelt * * USBLCD fixes @@ -168,6 +171,7 @@ #include "debug.h" #include "cfg.h" #include "display.h" +#include "bar.h" #include "udelay.h" #define XRES 5 |