Skip to content

Sl-Alex/lcd4linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCD4Linux

This is a fork of LCD4Linux repository with additional support for SlAlexUSBLCD (USB LCD based on STM32F103C8T6 "BluePill" board and ST7565R-based 128x64 LCD). Original lcd4linux website does not work anymore, but there is an (un)official LCD4Linux Wiki, which has a lot of information about the configuration, plugins and drivers, which can be used in LCD4Linux.

Build

The build procedure is very simple if all required packages are installed.

sudo apt install autotools-dev automake make gettext libtool-bin libgd-dev libusb-dev
./bootstrap
./configure
make

After build is done you can check which plugins and drivers were included:

./lcd4linux -l

In order to check if everything works you can it like this (assuming you have SlAlexUSBLCD assembled):

chown root:root ./SlAlexUSBLCD/lcd4linux.conf
chmod 600 ./SlAlexUSBLCD/lcd4linux.conf
sudo ./lcd4linux -F -vv -f ./SlAlexUSBLCD/lcd4linux.conf

About

lcd4linux mirror

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.5%
  • Shell 4.1%
  • M4 4.1%
  • Makefile 4.0%
  • Python 0.2%
  • Perl 0.1%