add new driver CFontzPacket for CrystalFontz CFA631, CFA633 & CFA635;

add new connection type 'i2c' for for the hd44780 contributed by
Matthias Goebl <matthias.goebl@goebl.net>;
harmonize spelling of driver names in configure script and LCDd.conf
This commit is contained in:
marschap
2006-01-14 19:14:44 +00:00
parent 67a0d2c965
commit a0cd7a51e8
9 changed files with 504 additions and 168 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef HD_I2C_H
#define HD_I2C_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_i2c (Driver *drvthis);
#endif