Menu

#6 HD44780 on C.H.I.P.

open
nobody
None
5
2017-02-05
2017-02-03
No

Hi, I need to use LCDProc with a HD44780 display as 4 bit mode on a CHIP board (http://getchip.com).

By the instructions provided by this link https://bbs.nextthing.co/t/lcdproc-with-20-character-by-4-line-lcd/8789/30?u=daredevil73 I configured it, but I got the error explained here https://bbs.nextthing.co/t/lcdproc-with-20-character-by-4-line-lcd/8789/31?u=daredevil73 :

Configuration

[server]
DriverPath=/usr/lib/arm-linux-gnueabihf/lcdproc/
Driver=hd44780

Bind=127.0.0.1
Port=13666

User=root
Foreground=yes

Hello="Hello!"
WaitTime=5
TitleSpeed=1

[hd44780]
ConnectionType=raspberrypi
Backlight=yes
Size=16x2

pin_D4=135
pin_D5=134
pin_D6=133
pin_D7=132
pin_EN=137
pin_RS=136
pin_BL=138

Command line

sudo LCDd -c LCDd.conf -r 5

Error message

Server running in foreground
Listening for queries on 127.0.0.1:13666
screenlist_init()
driver_load(name="hd44780", filename="/usr/lib/arm-linux-gnueabihf/lcdproc/hd44780.so")
HD44780: using ConnectionType: raspberrypi
hd44780: Using hd44780_default charmap
check_board_rev: This board is not recognized as a Raspberry Pi!
Driver [hd44780] init failed, return code -1
Module /usr/lib/arm-linux-gnueabihf/lcdproc/hd4 could not be loaded
Could not load driver hd44780
There is no output driver
Critical error while initializing, abort.

Could you help me please?

Discussion

  • Antonio Petricca

    Could I modify the HD44780 driver and let it consider C.H.I.P. as a Raspberry Pi?

     
  • Antonio Petricca

    My driver is working!!!

    How can I submit it for the next LCDProc release?

     

Log in to post a comment.