Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gavinlyonsrepo/led_segment_display_simulator
- Owner: gavinlyonsrepo
- Created: 2020-01-20T16:51:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T14:43:40.000Z (about 2 months ago)
- Last Synced: 2024-11-04T15:18:27.708Z (about 2 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 374 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)