FlowLCD for EV3 leJOS The Code (flow-lcd-code)
leJOS LCD Enhancement for Text Wrapping
Brought to you by:
wizgeek
File | Date | Author | Commit |
---|---|---|---|
flow-lcd-jar | 2017-08-14 |
![]() |
[c3c533] Initial commit |
flow-lcd-test-doubles-jar | 2017-08-15 |
![]() |
[f1e477] Renamed doubles folder |
.gitignore | 2017-08-14 |
![]() |
[c3c533] Initial commit |
README.md | 2017-08-14 |
![]() |
[c3c533] Initial commit |
pom.xml | 2017-08-14 |
![]() |
[c3c533] Initial commit |
snapshot.png | 2017-08-14 |
![]() |
[c3c533] Initial commit |
Draws text on the LCD screen using marked paragraphs [\n] and line wrapping
on word and hyphen boundaries.
» Based on work by leJOS Forum user arqetype.
Use a Java 7 JDK plus JUnit 4 or JUnit 5
From The Code area, obtain the code base directly or via your IDE:
Check out as "flow-lcd
":
git clone ssh://wizgeek@git.code.sf.net/p/lejos-flowlcd/code flow-lcd
Import the top-level Maven project and its two nested modules.
Create a build or run configuration that ensures:
clean install
/src/main
only) See the Wiki section for more information.