Skip to content

ToxicalNoob3062/14-Segment-Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘‹ Hello, World! This is an awesome 14-Segment Display, or FSD, that anyone can easily use to create LCD or LED-style digital displays in Java right from their PC for various purposes! πŸ–₯οΈπŸ’‘

πŸ“ To add your very own character to the segmentDictionary, just follow this syntax:

java

segmentDictionary.put('Your Char', new String[]{"formula to make your char"});

For example, if you want to add the letter 'R', the formula would look like this:

java

segmentDictionary.put('R', new String[]{"t", "m1", "l2", "l1", "sru","srd"});

πŸ–ΌοΈ Check out this visual representation of the 14-Segment Display:

Circuit

πŸš€ Finally, have a blast using the segmentDisplayFunction("Your string!!") to display any character or string that has its logical mapping included in the segmentDictionary! πŸͺ„

🎨 You can also get creative and use the segment display function to design something more complex! 😊

πŸ‘¨β€πŸ’» Made with passion by Rahat Bin Taleb. Feel free to give it a star ⭐ and fork it to your heart's content! 🍴⭐

About

14 Segment Display for your Digital Display Need In Java!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published