Liebe Kodianer,
ich verzweifle gerade daran, ein LCD an meinem Raspi anzubinden. Ich habe zwei Raspi4, auf beiden läuft die letzte Libreelec Version.
Daneben liegen zwei LCD Displays, via AZTech über Amazon gekauft, dazu habe ich 4 I2C Adapter.
Ich schaffe es in keiner Konstellation, aus den Displays irgendeine Anzeige heraus zu bekommen.
Folgend bin ich vorgegangen:
In der config.txt sind diese Einträge:
Als Addons habe ich installiert:
XBMLCDproc
LCDproc (Display ist als hd44780 definiert)
SystemTools (<- zur Ermittlung des LCD Ports da dieses Plugin i2cdetect enthält)
Die Konfiguration des XMLLCDproc ist mir nicht ganz schlüssig. Ich gehe davon aus das LCDproc der entfernte LCD Server auf localhost ist?
Meine Konfiguration liegt im Pfad:
/storage/.kodi/addons/http://service.lcdd/config/LCDd.conf
und hat folgende Einträge:
## Server section with all kinds of settings for the LCDd server ##
[server]
DriverPath=/storage/.kodi/addons/service.lcdd/lib/lcdproc/
Driver=hd4470
Bind=127.0.0.1
Port=13666
#ReportLevel=3
#ReportToSyslog=yes
User=nobody
Foreground=no
Hello="Welcome to"
Hello="LibreELEC"
GoodBye="Thanks for using"
FrameInterval=1250i
WaitTime=5
#AutoRotate=off
ServerScreen=blank
Backlight=open
Heartbeat=open
TitleSpeed=4
ToggleRotateKey=Enter
PrevScreenKey=Left
NextScreenKey=Right
#ScrollUpKey=Up
#ScrollDownKey=Down
## The menu section. The menu is an internal LCDproc client. ##
[menu]
# If true the server allows transitions between different client's menus
# [default: false; legal: true, false]
#PermissiveGoto=false
# You can configure what keys the menu should use. Note that the MenuKey
# will be reserved exclusively, the others work in shared mode.
# Up to six keys are supported. The MenuKey (to enter and exit the menu), the
# EnterKey (to select values) and at least one movement keys are required.
# These are the default key assignments:
MenuKey=Escape
EnterKey=Enter
UpKey=Up
DownKey=Down
#LeftKey=Left
#RightKey=Right
## Hitachi HD44780 driver ##
[hd44780]
# Select what type of connection. See documentation for available types.
ConnectionType=i2c
#Model = standard
Port=0x27
Device=/dev/i2c-1
Speed=0
Keypad=no
#Contrast=0
#Brightness=1000
#OffBrightness=0
Backlight = yes
#BacklightCmdOn=0x1223
#BacklightCmdOff=0x1234
OutputPort=no
#Lastline=yes
Size=20x2
#vspan=2,2
#ExtendedMode=yes
#LineAddress=0x10
CharMap=hd44780_default
FontBank=I
DelayMult=1
#KeepAliveDisplay=0
#RefreshDisplay=5
DelayBus=false
KeyMatrix_4_1=Enter
KeyMatrix_4_2=Up
KeyMatrix_4_3=Down
KeyMatrix_4_4=Escape
Alles anzeigen
Mit beiden Displays, auf beiden Raspberrys habe ich keinerlei Anzeigen. Die Hintergrundbeleuchtung funktioniert, ich kann den Kontrast einstellen - aber keinerlei Ausgabe.
Die Verkabelung ist wie folgt:
GPIO - I2C Board
Pin 2 - +5V auf VCC
Pin 3 -> SDA1 auf SDA
Pin 5 -> SCL1 auf SCL
Pin 6 -> GND auf GND
Alle sonstigen Einstellungen sind unverändert.
Wer hat eine Idee oder kann mir einen Tip geben? Bei wem läuft es?
Danke euch!
Basti