So, i made this this modification - but there is still this same problem...
I have read that post, and now i change totally connection to LCD.
* The connections are:
* PCF8574AP Bit LCD
* P0 (4) 0x01 D4 (11)
* P1 (5) 0x02 D5 (12)
* P2 (6) 0x04 D6 (13)
* P3 (7) 0x08 D7 (14)
* P4 (9) 0x10 RS (4)
* P5 (10) 0x20 RW (5)
* P6 (11) 0x40 EN (6)
* P7 (12) 0x80 /backlight (optional, active-low)
*
And add this part to LCDd.conf:
i2c_line_RS=0x01
i2c_line_RW=0x02
i2c_line_EN=0x04
i2c_line_BL=0x80
i2c_line_D4=0x10
i2c_line_D5=0x20
i2c_line_D6=0x40
i2c_line_D7=0x80
Backlight=yes
BacklightInvert=yes
And copy new hd44780.so file to /usr/lib/lcdproc, but now when i try to start server, i have this error:
root@OpenWrt:~# /etc/init.d/LCDd start
LCDd: '/usr/lib/lcdproc/hd44780.so' is not an ELF executable for MIPS
Could not open driver module /usr/lib/lcdproc/hd44780.so: File not found
Driver [hd44780] binding failed
Could not load driver hd44780
There is no output driver
Critical error while initializing, abort.
EDIT:
I'm absoluty sure, about connections - please see:
http://lcdproc.sourceforge.net/docs/sta … d44780-i2c
But now i have a question - how i need to change driver?
(Last edited by mcz on 8 Jan 2018, 19:57)