Hello everybody,
I've bought a HD55780 20x4 LCD with I2C-interface (this one). It's connected to a Raspberry 3 by 4 wires (GPIO 3-6). I've installed Libreelec 7.0.3 and XBM LCDProc 2.6.0 Add-On and activated the HD44780-driver.
I filled in /flash/config.txt via ssh:
Quote
dtparam=i2c_arm=on
…and also some informations in /storage/.config/LCDd.conf:
QuoteDisplay More
DriverPath=/usr/lib/lcdprocDriver=hd44780
Device=/dev/i2c-1
Port=0x27
Backlight=yes
Size=20x4
DelayBus=true
DelayMult=1
Keypad=no
The Problem is: When the Raspi is operating, the LCD's background-LED is flashing and only 2 of 4 lines are showing blocks, no letters. In the logfile (01_KODI.log) I found this:
Quote
18:34:01 9.836284 T:1814033312 NOTICE: ### [XBMC LCDproc] - Empty driver information
I've also tried out Raspbian (lite), which is mentioned in the LCD's manual above. The LCD works fine, but I would prefer Libreelec.
So any ideas how to get the LCD working in Lireelec?
Regards