Thanks to Chris Debenham <chris.debenham@aus.sun.com>, the LCDproc server
process LCDd now compiles and runs properly on Solaris! Additionally, he has provided a new driver for a 16x2 LCD made by an Australian company. I've compiled and executed this new code on a Solaris 2.6 box, and while I don't have the display the new driver uses, LCDd tries to use it anyway, fails (since the device isn't installed), and continues running, so this looks solid!
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
#include "CFontz.h"
|
||||
#endif
|
||||
|
||||
#ifdef LB216_DRV
|
||||
#include "lb216.h"
|
||||
#endif
|
||||
|
||||
#ifdef TEXT_DRV
|
||||
#include "text.h"
|
||||
#endif
|
||||
@@ -74,6 +78,9 @@ lcd_physical_driver drivers[] = {
|
||||
#ifdef SLI_DRV
|
||||
{"sli", sli_init,},
|
||||
#endif
|
||||
#ifdef LB216_DRV
|
||||
{"LB216", LB216_init,},
|
||||
#endif
|
||||
#ifdef TEXT_DRV
|
||||
{"text", text_init,},
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user