Skip to content

cmdoffing/LCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LCD

Emulate LCD displays in the terminal.

This program displays LCD digits, given a command line size parameter (s = param 1) and a number to display (param 2). Let s be the number of horizontal segments, then each LCD digit will occupy s + 2 positions and 2s + 3 vertical rows. There must be one column of blanks between two digits.

Sample input line: lcd.py 2 12345

About

Emulate LCD display in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages