JavaFX LED number display

A JavaFX component which provides a LED number display as used in clocks and electronics projects

Лицензия

Лицензия

Категории

Категории

JavaFX Взаимодействие с пользователем
Группа

Группа

be.webtechie
Идентификатор

Идентификатор

javafx-led-number-display
Последняя версия

Последняя версия

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

JavaFX LED number display
A JavaFX component which provides a LED number display as used in clocks and electronics projects
Ссылка на сайт

Ссылка на сайт

https://github.com/FDelporte/JavaFXLedNumberDisplay
Система контроля версий

Система контроля версий

http://github.com/FDelporte/JavaForPiExamples/tree/master

Скачать javafx-led-number-display

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/be.webtechie/javafx-led-number-display/ -->
<dependency>
    <groupId>be.webtechie</groupId>
    <artifactId>javafx-led-number-display</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/be.webtechie/javafx-led-number-display/
implementation 'be.webtechie:javafx-led-number-display:0.0.3'
// https://jarcasting.com/artifacts/be.webtechie/javafx-led-number-display/
implementation ("be.webtechie:javafx-led-number-display:0.0.3")
'be.webtechie:javafx-led-number-display:jar:0.0.3'
<dependency org="be.webtechie" name="javafx-led-number-display" rev="0.0.3">
  <artifact name="javafx-led-number-display" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.webtechie', module='javafx-led-number-display', version='0.0.3')
)
libraryDependencies += "be.webtechie" % "javafx-led-number-display" % "0.0.3"
[be.webtechie/javafx-led-number-display "0.0.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.openjfx : javafx-controls jar 11.0.2

Модули Проекта

Данный проект не имеет модулей.

Getting started with Java on Raspberry Pi

In this project you can find all the sources and scripts described in the book "Getting started with Java on the Raspberry Pi" which is available on Leanpub.

Content

Everything is organized according to the chapters in the book.

Within each chapter you will find (but not always all of them):

  • A README file like this on, with more info about the content of the chapter itself, links to related articles and more.
  • One "scripts" directory with scripts e.g. to install Java on the Pi.
  • One "schemes" directory with Fritzing files with the wiring of the projects in the chapter.
  • "java-..." directories, depending on the content:
    • Only .java-files: code you can run without the need to compile (with Java 11+).
    • A new directory structure with a "pom.xml" in the root: a full Maven Java project.
  • "javafx-..." directories: a full Mavan JavaFX project.
  • "arduino-..." directories: an Arduino project.

Chapters

  • 1: Introduction
  • 2: Tools used in the book and example projects
  • 3: Selecting an IDE for Java development
  • 4: Info and history of Java and how to install on the Raspberry Pi
  • 5: Information about the pins on a Raspberry Pi
  • 6: What is Maven and how we are going to use it
  • 7: What is JavaFX and some sample applications
  • 8: Bits and bytes and how to use them
  • 9: Pi4J the perfect connector between Java and hardware
  • 10: Spring to control the Pi via web services
  • 11: Queues allow you to control multiple Pi's and Arduinos

Версии библиотеки

Версия
0.0.3
0.0.2
0.0.1