Skip to content

SequentMicrosystems/smlcd-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smlcd-rpi

smlcd-rpi

Drivers for Sequent Microsystems LCD Adapter HAT smlcd-rpi

Setup

Enable Raspberry Pi I2C communication by opening a terminal and typing:

sudo raspi-config

Go to the Interface Options menu then I2C and enable the port.

Usage

cd
git clone https://github.com/SequentMicrosystems/smlcd-rpi.git
cd smlcd-rpi/
sudo make install

Now you can access all the functions of the LCD board through the command "smlcd". Use -h option for help:

smlcd -h

If you clone the repository any update can be made with the following commands:

cd
cd smlcd-rpi/  
git pull
sudo make install

About

Drivers for Sequent Microsystems LCD Dispalya HAT

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors