Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gavinlyonsrepo/led_segment_display_simulator

Simulation of LED segments displays , 7, 9, 14, and 16 segment displays supported, includes ASCII fonts and spreadsheet character creator. A segment display is a form of electronic display device for displaying characters. Code: JavaScript - P5 library
https://github.com/gavinlyonsrepo/led_segment_display_simulator

ascii ascii-character ascii-fonts display-segments displaying-characters fourteen-segment-display javascript led-display nine-segment p5-sketches p5js segment segment-display seven-segments-display simulator sixteen-segment-display spreadsheet-character

Last synced: about 1 month ago
JSON representation

Simulation of LED segments displays , 7, 9, 14, and 16 segment displays supported, includes ASCII fonts and spreadsheet character creator. A segment display is a form of electronic display device for displaying characters. Code: JavaScript - P5 library

Awesome Lists containing this project

README

        

Overview
--------------------------------------------
* Title : LED_Segment_Display_Simulator
* Description: Simulator to display LED segments, 7, 9, 14, and 16 segment displays supported
includes ASCII fonts and spreadsheet Character Creator.
A segment display is a form of electronic display device for displaying characters.
* Code: JavaScript - P5 library
* Copyright 2020, Gavin Lyons, GPL.

Table of contents
---------------------------

* [Overview](#overview)
* [Installation](#installation)
* [Usage](#usage)
* [Screenshots](#screenshots)
* [See Also](#see-also)

Installation
-----------------------------------------------

Download the folder, It a JavaScript program its runs in a browser.
tested on Linux, Firefox.

Usage
-------------------------------------------

1. Open the "src" folder and run by clicking the "Index.HTML" file to run in a browser.
2. Next you will prompted which ASCII character you want to view, enter a ASCII character or simply press enter
to start at start of ASCII table
3. The chosen segment will now be displayed step thru it by press a key one by one or
Run thru the entire font automatically by clicking enable Auto check button.
4. ASCII fonts are included in "Font" folder.
5. If you wish to change character or font displayed, replace the data held in the relevant array held in the
SegmentDisplay.js file in the section marked "ASCII CODE SECTION".

Screenshots
-------------------

Segments.

![ Segments ](https://raw.githubusercontent.com/gavinlyonsrepo/LED_Segment_Display_Simulator/master/extra/images/segments.jpg)

See Also
----------------------------------------
[Video Demo](https://www.youtube.com/watch?v=FTAbTbsUw-0)