From b9433140bf467f0e450fa013617e7d15da91b0af Mon Sep 17 00:00:00 2001 From: wayn3 Date: Thu, 26 Feb 2004 02:16:39 +0000 Subject: [PATCH] Added new constants for the 631 in preparation for the CFontzPacket driver. --- server/drivers/CFontz633.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/drivers/CFontz633.h b/server/drivers/CFontz633.h index 4d41c13..2c0c709 100644 --- a/server/drivers/CFontz633.h +++ b/server/drivers/CFontz633.h @@ -11,6 +11,8 @@ #define DEFAULT_BRIGHTNESS 100 #define DEFAULT_OFFBRIGHTNESS 0 #define DEFAULT_SIZE "16x2" +#define DEFAULT_SIZE_CF633 "16x2" +#define DEFAULT_SIZE_CF631 "20x2" MODULE_EXPORT int CFontz633_init (Driver * drvthis, char *device); MODULE_EXPORT void CFontz633_close (Driver * drvthis);