Steps I took were:
- Download LCDproc source from the official website
- Install libusb from homebrew (brew install libusb)
- Install libftdi from homebrew (brew install libftdi) <-- this was needed because I used a FT245RL brekout board to connect it.
- Configure with "./configure --prefix=/usr/local/ --enable-drivers=all --includedir=/usr/local/include/ --enable-libftdi=yes"
- make -j6
- sudo make install
Then changed /usr/local/etc/LCDd.conf like this: (only changed/added values shown).
[server]
DriverPath=/usr/local/lib/lcdproc/
Driver=hd44780
[hd44780]
ConnectionType=ftdi
ftdi_mode=4
ftdi_line_EN=0x10
ftdi_line_RS=0x20
ftdi_line_RW=0x40
Device=/dev/tty.usbserial-A80048fE
Size=16x2
Of course, you need to have the XCode Command Line tools installed. Also I had the FTDI D2XX driver already installed, the VCP drivers will most likely conflict with libftdi.
You can get them on http://www.ftdichip.com/Drivers/D2XX.htm
I also got it showing my Growl notifications thanks to http://maclcd.blogspot.nl/
Hi,
ReplyDeleteCan you please show the schematics of your display/interface? I tried to assembly one but I don't know if I bought a bad display unit or if I fried it during assembly.