Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgdm/libsureelec
A library to drive Sure Electronics LCD displays
https://github.com/mgdm/libsureelec
Last synced: about 1 month ago
JSON representation
A library to drive Sure Electronics LCD displays
- Host: GitHub
- URL: https://github.com/mgdm/libsureelec
- Owner: mgdm
- License: bsd-3-clause
- Created: 2010-12-13T17:59:25.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-12-31T17:46:03.000Z (almost 11 years ago)
- Last Synced: 2024-10-14T12:36:20.651Z (2 months ago)
- Language: C
- Homepage:
- Size: 242 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libsureelec
This is a library intended to drive the Sure Electronics series of LCD
displays. Currently it will successfully drive a DE-LD023 device, but I suspect
it should work for the DE-LD021. too. It ought to detect the available device
features.It uses waf as the build system. To install:
./waf configure
./waf build
./waf install # as root, probablyThere is an example program in sureelec_test.c which prints some system information
to the device. This will be compiled as build/sureelec_test. To run, use a
command like:./build/sureelec_test /dev/ttyUSB0
There's another example in sureelec_test2.c which accepts input using a readline
interface, which will then be sent straight to the device. It is run similarly:./build/sureelec_test2 /dev/ttyUSB0