From 2088f7cc1aa6851ee4511c368f844c267871550b Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 1 Oct 2006 18:07:06 +0000 Subject: [PATCH] a few comments --- server/drivers/CFontzPacket.c | 12 ++++++------ server/drivers/MtxOrb.c | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/server/drivers/CFontzPacket.c b/server/drivers/CFontzPacket.c index b8ffead..de14227 100644 --- a/server/drivers/CFontzPacket.c +++ b/server/drivers/CFontzPacket.c @@ -3,10 +3,10 @@ * It support the CrystalFontz 633 USB/Serial, the 631 USB and the 635 USB * (get yours from http://crystalfontz.com) * - * Applicable Data Sheets - * http://www.crystalfontz.com/products/631/CFA-631_v1.0.pdf - * http://www.crystalfontz.com/products/633/CFA_633_0_6.PDF - * http://www.crystalfontz.com/products/635/CFA_635_1_0.pdf + * Applicable Data Sheets: + * - http://www.crystalfontz.com/products/631/CFA-631_v1.0.pdf + * - http://www.crystalfontz.com/products/633/CFA_633_0_6.PDF + * - http://www.crystalfontz.com/products/635/CFA_635_1_0.pdf * * Copyright (C) 2002 David GLAUDE * Portions Copyright (C) 2005 Peter Marschall @@ -38,7 +38,7 @@ * * THINGS NOT DONE: * + No checking if right hardware is connected (firmware/hardware) - * + No support for multiple instance (require private structure) + * + No support for multiple instance (private structure done) * + No cache of custom char usage (like in MtxOrb) * * THINGS DONE: @@ -48,10 +48,10 @@ * + Support for keypad (Using a KeyRing) * + BigNum (for CF635 only: it is a 4-line display) * + Output support (LED control on a CF635 only) + * + Create and use the library (for custom char handling) * * THINGS TO DO: * + Make the caching at least for heartbeat icon - * + Create and use the library (for custom char handling) * */ diff --git a/server/drivers/MtxOrb.c b/server/drivers/MtxOrb.c index e583afb..45180d1 100644 --- a/server/drivers/MtxOrb.c +++ b/server/drivers/MtxOrb.c @@ -3,6 +3,9 @@ For the Matrix Orbital LCD* LKD* VFD* and VKD* displays + Applicable Data Sheets: + - http://www.matrixorbital.ca/manuals/ + NOTE: GLK displays have a different driver. Copyright (C) 1999, William Ferrell and Scott Scriven