An open API service indexing awesome lists of open source software.

https://github.com/sdtelectronics/lpt1602

Driving LCD1602 via Parallel Port
https://github.com/sdtelectronics/lpt1602

Last synced: about 1 year ago
JSON representation

Driving LCD1602 via Parallel Port

Awesome Lists containing this project

README

          

# LCD1602 LPT Port Driver and System Monitor

This project is a C++ library which drives 1602LCD via a parallel port. The demo program is a system status monitor.

![demo](https://github.com/SdtElectronic/lpt1602/blob/master/img/demo.gif)

Most of the driver codes are ported from [here](http://electrosofts.com/parallel/lcd.html). The circuit image below is also edited from the one provided by that pagee.

![circuit](https://github.com/SdtElectronic/lpt1602/blob/master/img/circuit.jpg)