Nils Gerke - 2016-06-02

Hey guys,

first thanks for programming LCDproc!

I've got an Raspberry Pi 1 B Rev 2 connected to an HD44780 LCD, I've followed the this wiring how to:
http://www.raspberrypi-spy.co.uk/2012/08/16x2-lcd-module-control-with-backlight-switch/#prettyPhoto
(But used other gpio pins)

When I trigger the backlight pi via gpio command the backlight-switch works fine. But when I put it into the LCDd.conf file it won't. The screen just stays black.

I think I've forgot something but I can't find any failure.

Here's the LCDd.conf file:

## 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
Backlight=yes

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
BL=31

Port=0x378

Speed=0

Size=16x2