Front LCD display problem

I just bought a brand new front lcd indicator from crystalfontz. It's a serial unit. Even after re-installing my asl box the display still don't work and the option in the settings section still don't show. The only way to make the lcd display work is holding the reset switch, as soon I release it, the display turn black.  
Parents
  • take a look at
    Code:
    /usr/local/LCD/*.conf


    these are the lcd drivers. You can create a link 
    Code:
    /etc/hw.conf->/usr/local/LCD/YOURHARDWARE.conf


    take a look at the toshiba.conf I think it is the most similar to your device. The problem which I can see there is that the char tables could be different (since each LCD manufacturer has a different one), so when you send an 'a' to the display you might get something completely different [:)].    
Reply
  • take a look at
    Code:
    /usr/local/LCD/*.conf


    these are the lcd drivers. You can create a link 
    Code:
    /etc/hw.conf->/usr/local/LCD/YOURHARDWARE.conf


    take a look at the toshiba.conf I think it is the most similar to your device. The problem which I can see there is that the char tables could be different (since each LCD manufacturer has a different one), so when you send an 'a' to the display you might get something completely different [:)].    
Children