Skip to content

a01802127/lcd-display-simulator-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

LCD Display Simulator (JavaScript)

This project simulates a 7-segment LCD display using JavaScript. It generates scalable ASCII representations of numeric input, following the same logical structure used in real LCD displays.

Features

  • Scalable digit rendering
  • Modular function design
  • Structured segment representation
  • Input validation
  • Console-based visualization

Technologies

  • JavaScript
  • Node.js

Example

Input:

lcd(2, 12345)

Example Output

LCD Display Example

Author

Luis Alejandro Olvera Hernández

About

7-segment LCD display simulator implemented in JavaScript, capable of rendering scalable numeric output using structured segment representation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors