How to config LCDProc on Kodi 14
#1
Probably simple and stupid question, but....
Do I have to do some configuration to LCDProc after I load it from add-on XBMC-repo?
To LCD.xml.default?
To LCDProc.conf?
Where they should be?
I have 20x2 HD 44780 but nothing on display... I did searches but did not find "for dummies" guide.
Can anyone point me to right direction Please.
Reply
#2
No one?
Reply
#3
which addon are you exactly talking about
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#4
Yes, you need to configure LCDProc.conf for your HD44780.
Reply
#5
This one
http://kodi.wiki/view/Add-on:XBMC_LCDproc
Prolem was(is), I did not found LCDd.conf anywhere. If I installed LCDProc to clean rasp, I found it from /etc.
Is it somewhere different when loaded from XBMC?
Is renaming LCD.xml.default toLCD.xml enough?

Well, new try at weekend....
Reply
#6
This addon is only a client to LCDd - you have to install and configure the LCDd (daemon) on your own to make use of this addon. (the daemon has to be installed on the host which is connected to the LCD - this might be the same box which runs Kodi, but could be another box in the network aswell).
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#7
Oh, I have then litterally missed something.
Loaded new images and dd them to SD, but now RPi wount do anything, no boot, nothing... Sh..t
Reply
#8
Cant edit LCDd.conf, well can but cant store. It says read-only file system?
Should I store it somewhere else, and if where to point it?
Image is: OpenELEC-RPi.arm-5.0.1.img
Reply
#9
Copy LDCd.conf to /storage/.config/

Code:
cp /etc/LCDd.conf /storage/.config/

Then it should work.

I keep meaning to write a wiki tutorial on this, but haven't had time lately.
Reply
#10
How can I probe if LCD is or not started properly? If I try LCDdproc on raspberian, it says unknown connection type for hd44780 with rpi or raspberry as connection type... Is it supported anymore? If not what would be easy not expencive substitute?
Will adafruit i2d work?
Reply
#11
I did try this " * If the Display is not working, open a terminal or console and type the command “LCDd -c /storage/.config/LCDd.conf -dhd44780-s true”.It should respond with GPIO mapping information. This step is necessary especially if you corrupted your “LCDd.conf” by typo errors in-between or if it was not found during startup."
It did not return anything.
Reply
#12
How are you connected? What does your entry in LCDd.conf look like? What GPIO pins are you using? It works on my HD44780 LCD screen.
Reply
#13
Connected via GPIO Like this in conf file:

ConnectionType=rpi
D7=18
D6=23
D5=24
D4=25
RS=7
EN=8
BL=15

also try:
ConnectionType=raspberrypi
pin_D7=18
etc...

and mixed variations of above because different sources tell different stories...
Reply
#14
I do get LCD working in rasbpian with these
http://pi-fidelity.blogspot.ca/2013/05/p...t-two.html
instructions (GPIO pinning as above), but with Openelec no luck.
I stored LCDd.conf and fetched hd44780.so to /storege/.config, changed driverpath in LCDd.conf

How can I check wether LDCd is using right conf file?
How to control manually LCDd from ssh terminal, restart for example?
Reply
#15
Hey, it's working! I copied LCDd.conf and hd44780.so from working raspbian installation and, voila.
Still can't spot any typos from original conf file, but nevermind now Smile
Reply

Logout Mark Read Team Forum Stats Members Help
How to config LCDProc on Kodi 140