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=hd44780Bind=127.0.0.1
Port=13666User=root
Foreground=yesHello="Hello!"
WaitTime=5
TitleSpeed=1[hd44780]
ConnectionType=raspberrypi
Backlight=yes
Size=16x2pin_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?
Could I modify the HD44780 driver and let it consider C.H.I.P. as a Raspberry Pi?
I just wrote a new connectivity module, but I cannot yet get it working (maybe a wiring issue)...
https://bbs.nextthing.co/t/lcdproc-with-20-character-by-4-line-lcd/8789/33?u=daredevil73
or
https://www.dropbox.com/s/q7l24asw6la4p4l/custom-lcdproc-hd44780-chip-connection-module.tar.gz?dl=0
My driver is working!!!
How can I submit it for the next LCDProc release?