This quick guide for Rpi1 rev1 and rev2 modell, using OSMC Kodi.
“By GnF : Exactly the same steps for RPi 3 model b if anyone is interested.”
Exactly the same steps for RPi 3 model b if anyone is interested.
Exactly the same steps for RPi 3 model b if anyone is interested.
Fresh installed OSMC Kodi.
and make lcdproc folder in > /home/osmc/lcdproc/
and ftp’d the Andy’s hd44780.so … or
(I have another patched .so file for rev2) works both.
it show “fixing lcdproc configuration” thats it !!
sudo nano /etc/LCDd.conf
edit config file proper:
My config for rev2 B modell:
## This file was written by cme command.
## You can run 'cme edit <application>' to modify this file.
## Run 'cme list' to get the list of applications available on your system
## You may also modify the content of this file with your favorite editor.
[server]
DriverPath=/home/osmc/lcdproc/
Driver=hd44780
Bind=127.0.0.1
Port=13666
User=nobody
WaitTime=5
ServerScreen=no
NextScreenKey=Right
PrevScreenKey=Left
ReportToSyslog=yes
ToggleRotateKey=Enter
[menu]
DownKey=Down
EnterKey=Enter
MenuKey=Escape
UpKey=Up
## Hitachi HD44780 driver ##
[hd44780]
# Select what type of connection. See documentation for types.
ConnectionType=rpi
D7=22
D6=27
D5=17
D4=23
RS=25
EN=24
Port=0x378
Speed=0
Size=16x2
Enable/install LCDproc via OSMC
In the OSMC manin menu got to Settings >> Add-ons >> Get add-ons >> XBMC/Kodi add-on repository >> Services >> XBMC LCDproc >> Install
Excellent tutorial @szalay
Would it be possible to provide a accompanying wiring diagram for the breadboard so that I can do the same with my Pi. Thanks so much in advance.
I have 2 hd44780 lying around. One’s logic is 3.3volt and the other is 5volt. If you connect the 5volt to a microcontroler that work with 3.3v logic you must either use a shift register or cut the line that the lcd uses to talk back.
i think it means that you have done the connection right but you are not posting anything on the lcd. you are not sending something to see on it. Just to clarify
This guide for Rpi rev2, not for Rpi2, lot of different Ppi1(rev2) and Rpi2 between.
e.g:
GPO pinouts
hd44780.so driver
ConnectionType=raspberry ( NOT=rpi)
etc,etc
Anyway thanks for all the help guys. If @szalay or anyone gets HD44780 working with Rpi2 I’ll be the first in line. I’ll be scouring the forums until then. Thanks again
Hi @szalay, I just wanted you to know that I got the LCD working in the end with some extra guidance from mcobit . Thanks for all your help Szalay and for putting me on the right track with everything. It is really appreciated