Ticket #114 (closed defect: fixed)
picoLCD driver does not work.
| Reported by: | lcd4linux@… | Owned by: | michael |
|---|---|---|---|
| Priority: | normal | Component: | lcd4linux |
| Version: | Severity: | critical | |
| Keywords: | Cc: |
Description
I compiled the lcd4linux from svn revision 863 on my CentOS system in a Mini-Box M300 LCD case. When I start the software I get : drv_init(picoLCD) failed: no such driver
I traced the cause of the error and now the software works very well.
Below is the diff.
Grtz. Niels Basjes
Index: drv.c =================================================================== --- drv.c (revision 863) +++ drv.c (working copy) @@ -151,7 +151,7 @@
#ifdef WITH_PERTELIAN
&drv_Pertelian,
#endif
-#ifdef WITH_picoLCD +#ifdef WITH_PICOLCD
&drv_picoLCD,
#endif #ifdef WITH_ROUTERBOARD
