Skip to content

14 Segment Display for your Digital Display Need In Java!

Notifications You must be signed in to change notification settings

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