Skip to content

Simple javascript 7-segment display for embedded systems like ESP8266

License

Notifications You must be signed in to change notification settings

SK-SpeedBit/js_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple 7-segment display. In a beautiful antique style.

  • displays numbers and some characters as a string
  • you can create a display with any number of digits
  • has the ability to set multiple colors (default green)
  • automatic calculation of dimensions based on the specified character height
  • in the case of a screen overflow, "E" is displayed by default in red in the first element
  • maximum simplified display setting
  • an example in HTML

7d_1

7d_2

7d_3

7d_4

7d_5

Is compatible with FireFox, Opera, Chrome. Tested in Firefox on Android 6.0 too.

Does not work with IE and Safari (also due to lack of class support) :-(

Releases

No releases published

Packages

No packages published