Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.44 KB

Robo4J-fx-lcd-example

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'}

Building from Source

The Robo4j framework uses Gradle to build. It's required to create fatJar file and run.

Requirements

Staying in Touch

Follow @robo4j or authors: @miragemiko , @hirt on Twitter. In-depth articles can be found at Robo4j.io or miragemiko blog

License

The Robo4j.io Framework is released under version 3.0 of the General Public License.