Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meistermeier/rasplcdplate
Simple CharLCDPlate control
https://github.com/meistermeier/rasplcdplate
Last synced: 17 days ago
JSON representation
Simple CharLCDPlate control
- Host: GitHub
- URL: https://github.com/meistermeier/rasplcdplate
- Owner: meistermeier
- License: mit
- Created: 2014-12-22T20:12:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T19:41:38.000Z (over 9 years ago)
- Last Synced: 2024-10-09T05:42:25.658Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
README
## Raspberry PI CharLCDPlate java support
### About
This is a straight forward java implementation of [adafruit-git]s python code for the CharLCDPlate. The plate for the
raspberry pi can be found [here at adafruit][adafruit-plate]### Current state
The most features given by the adafruit sample exist were transferred to this java version.
#### Overview
##### Existing
- Control of Background color
- Write (two-line) messages
- Toggle cursor blink or underscore
- General movement of cursor (write position)
- Read button input##### WIP
- Clean up code (naming, exceptions...)
- Create more samples (and physically test all functions)
- Documentation of new and existing features#### How to execute the sample
1. Mount the lcd plate to your pi.
2. Fire up the code by enter `./gradlew run` in the project root directory.[adafruit-git]:https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code/blob/master/Adafruit_CharLCDPlate/Adafruit_CharLCDPlate.py
[adafruit-plate]:http://www.adafruit.com/product/1109