mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
MatrixOrbitalGX
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1060 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
4
drv.c
4
drv.c
@@ -68,6 +68,7 @@ extern DRIVER drv_LUIse;
|
||||
extern DRIVER drv_LW_ABP;
|
||||
extern DRIVER drv_M50530;
|
||||
extern DRIVER drv_MatrixOrbital;
|
||||
extern DRIVER drv_MatrixOrbitalGX;
|
||||
extern DRIVER drv_MilfordInstruments;
|
||||
extern DRIVER drv_Noritake;
|
||||
extern DRIVER drv_NULL;
|
||||
@@ -161,6 +162,9 @@ DRIVER *Driver[] = {
|
||||
#ifdef WITH_MATRIXORBITAL
|
||||
&drv_MatrixOrbital,
|
||||
#endif
|
||||
#ifdef WITH_MATRIXORBITALGX
|
||||
&drv_MatrixOrbitalGX,
|
||||
#endif
|
||||
#ifdef WITH_MILINST
|
||||
&drv_MilfordInstruments,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user