dotmatrixmain
v1.0.2
Published
Display messages on the dot matrix screen
Maintainers
Readme
Dot Matrix Display
Dot matrix display is a simple and easy-to-use library for creating a dot matrix display in the browser. Like mechanical dor matrix display. It includes sample code to control the dot matrix display using JavaScript.
Demo Page: Dot Matrix
Features
- Display messages on the dot matrix screen
- Various color and size options
- Drawing and animation support
Installation
Clone the project:
git clone https://github.com/kuantal/dot-matrix-display.git
cd dot-matrix-displayFile Structure
- moduls/Sectence.js: Class used to display messages on the dot matrix screen.
- moduls/drawLetter.js: Class that draws letters on the dot matrix screen using circles.
- moduls/drawCircle.js: Class that draws circles.
- moduls/dotMatrix.js: Class that controls the dot matrix screen.
- moduls/circle.js: Class that creates a circle object.
