Drivers for Sequent Microsystems LCD Adapter HAT

Enable Raspberry Pi I2C communication by opening a terminal and typing:
sudo raspi-configGo to the Interface Options menu then I2C and enable the port.
cd
git clone https://github.com/SequentMicrosystems/smlcd-rpi.git
cd smlcd-rpi/
sudo make installNow you can access all the functions of the LCD board through the command "smlcd". Use -h option for help:
smlcd -hIf you clone the repository any update can be made with the following commands:
cd
cd smlcd-rpi/
git pull
sudo make install