From 6a67ae41bc69b028712010dc19ca8a219461541d Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 16 Feb 2001 14:15:11 +0000 Subject: [lcd4linux @ 2001-02-16 14:15:11 by reinelt] fixed type in processor.c GPO documentation update from Carsten --- README.HD44780.GPO | 10 ++++++---- processor.c | 9 +++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.HD44780.GPO b/README.HD44780.GPO index a948087..48886ae 100644 --- a/README.HD44780.GPO +++ b/README.HD44780.GPO @@ -1,5 +1,5 @@ # -# $Id: README.HD44780.GPO,v 1.1 2001/02/14 05:22:42 reinelt Exp $ +# $Id: README.HD44780.GPO,v 1.2 2001/02/16 14:15:11 reinelt Exp $ # Erweiterung der LCD Anzeige um 8 Ausgaenge (GPOs) @@ -15,7 +15,9 @@ Die Schaltung wird parallel zum Display angeschlossen. INIT ist Pin 16 vom LPT am Rechner. ---|330r|--- das soll ein Widerstand 330 Ohm sein, man kann aber auch 470 Ohm nehmen. ----|<--- das soll ein LED sein + ---|<--- das soll ein LED sein. + Vcc Versorgungsspannung 5V DC + GND Masse 74HC573 @@ -36,8 +38,8 @@ INIT o--|10 11|-----------|9 10|----+ Vcc Statt der LED's kann man auch was anderes ansteuern. Der ULN2803 hat eine Open Kollektor Ausgang, der mit 30V belastet werden kann. Aber Vorsicht!!! -Die gesammte Schaltung nimmt max. ca. 130mA auf, ich nehme die Spannung vom -Gameport. Bei mir klappts, ich uebernehme aber keine Garantie. +Die gesammte Schaltung nimmt max. ca. 130mA an 5V DC auf, ich nehme die +Spannung vom Gameport. Bei mir klappts, ich uebernehme aber keine Garantie. Wuppertal, den 13.02.2001 diff --git a/processor.c b/processor.c index 71bc9e8..396ec41 100644 --- a/processor.c +++ b/processor.c @@ -1,4 +1,4 @@ -/* $Id: processor.c,v 1.12 2001/02/16 08:23:09 reinelt Exp $ +/* $Id: processor.c,v 1.13 2001/02/16 14:15:11 reinelt Exp $ * * main data processing * @@ -20,6 +20,11 @@ * * * $Log: processor.c,v $ + * Revision 1.13 2001/02/16 14:15:11 reinelt + * + * fixed type in processor.c + * GPO documentation update from Carsten + * * Revision 1.12 2001/02/16 08:23:09 reinelt * * new token 'ic' (ISDN connected) by Carsten Nau @@ -357,7 +362,7 @@ static void print_token (int token, char **p) break; case T_ISDN_CONNECT: if (isdn.usage) - *p+=sprintf (*p, "*",); + *p+=sprintf (*p, "*"); else *p+=sprintf (*p, " "); break; -- cgit v1.2.3 0dc5906e07b9f1e4674e9b797b6dd9b46&showmsg=1&follow=1'>udelay.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt46-167/+770
big patch from Martin Hejl: - use qprintf() where appropriate - save CPU cycles on gettimeofday() - add quit() functions to free allocated memory - fixed lots of memory leaks git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@384 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-03[lcd4linux @ 2004-03-03 03:41:02 by reinelt]reinelt1-9/+11
Crystalfontz Contrast issue fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@383 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-01[lcd4linux @ 2004-03-01 04:29:51 by reinelt]reinelt4-24/+55
cfg_number() returns -1 on error, 0 if value not found (but default val used), and 1 if value was used from the configuration. HD44780 driver adopted to new cfg_number() Crystalfontz 631 driver nearly finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@382 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-29[lcd4linux @ 2004-02-29 17:09:53 by reinelt]reinelt5-15/+226
ChangeLog updated Version number bumped to 0.10.0 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@381 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-29[lcd4linux @ 2004-02-29 14:30:59 by reinelt]reinelt1-2/+10
icon visibility fix for generic graphics from Xavier git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@380 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-27[lcd4linux @ 2004-02-27 07:06:24 by reinelt]reinelt5-11/+200
new function 'qprintf()' (simple but quick snprintf() replacement) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@379 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-27[lcd4linux @ 2004-02-27 06:07:55 by reinelt]reinelt2-21/+40
hash improvements from Martin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@378 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-26[lcd4linux @ 2004-02-26 21:42:45 by reinelt]reinelt1-3/+12
memory leak fixes from Martin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@377 3ae390bd-cb1e-0410-b409-cd5a39f66f1f