Robo4J JavaFX LCD Demo example
Robo4J Example that simulates real behaviour of Adafruit i2c 2x16 RBG LCD Pi plate. The example is possible to control not only over the button plate, but also over Http POST request.
default available HTTP request types
GET:
http://:8025/
http://:8025/controller
POST:
http://:8025/controller
{
"value":"down"
}
#####possible values: up, down, select
example response: AdaruitButtonPlateEnum{button=DOWN, name='D'}
The Robo4j framework uses Gradle to build. It's required to create fatJar file and run.
- Java JDK 8
- Robo4j.io :: version: alpha-0.3
Follow @robo4j or authors: @miragemiko , @hirt on Twitter. In-depth articles can be found at Robo4j.io or miragemiko blog
The Robo4j.io Framework is released under version 3.0 of the General Public License.