Skip to content

Instantly share code, notes, and snippets.

@tuxfamily
Last active October 7, 2018 13:38
Show Gist options
  • Save tuxfamily/84fb39af8fae172fc325534df18cdf09 to your computer and use it in GitHub Desktop.
Save tuxfamily/84fb39af8fae172fc325534df18cdf09 to your computer and use it in GitHub Desktop.
lcdproc driver for hd44780 on Raspberry Pi 3 b+
# Compile lcdproc directly on the pi
sudo apt-get install build-essential automake make
git clone https://github.com/lcdproc/lcdproc
cd lcdproc
sh ./autogen.sh
./configure --enable-drivers=hd44780 --enable-extra-charmaps --disable-libusb --disable-libusb-1-0 --disable-libftdi --disable-libX11 --disable-libhid --disable-libpng --disable-freetype --disable-ethlcd
make
sudo make install
# OR
cp ./server/drivers/hd44780.so /usr/lib/arm-linux-gnueabihf/lcdproc/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment