Ticket #114 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

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

Attachments

Change History

Changed 8 months ago by michu-at-neophob-com

  • status changed from new to closed
  • resolution set to fixed

fixed, thanks!

Add/Change #114 (picoLCD driver does not work.)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.