From c5fc726e3be16f316da9c0e2dae97ae633d33c61 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 21 Feb 2012 03:53:17 +0000 Subject: driver for Futaba VFD by Marcus Menzel git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1176 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drv.c') diff --git a/drv.c b/drv.c index 9ce8a39..b5feeff 100644 --- a/drv.c +++ b/drv.c @@ -57,6 +57,7 @@ extern DRIVER drv_D4D; extern DRIVER drv_DPF; extern DRIVER drv_EA232graphic; extern DRIVER drv_EFN; +extern DRIVER drv_FutabaVFD; extern DRIVER drv_FW8888; extern DRIVER drv_G15; extern DRIVER drv_GLCD2USB; @@ -138,6 +139,9 @@ DRIVER *Driver[] = { #ifdef WITH_EFN &drv_EFN, #endif +#ifdef WITH_FUTABAVFD + &drv_FutabaVFD, +#endif #ifdef WITH_FW8888 &drv_FW8888, #endif -- cgit v1.2.3