How to make led numbers in C programming ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to make led numbers in C programming ?

Led number’s like _ _¦ =2 ¦_ _ ¦_¦ =8 ¦_¦ how to print this type of number ?

6th Sep 2018, 4:24 AM
Rahul Kant
3 Answers
+ 4
Here's an example for digits 0-2: https://code.sololearn.com/chW0q992MbnE/?ref=app
6th Sep 2018, 5:48 AM
Anna
Anna - avatar
+ 2
You can simply get it by using backslash operators like "\n", "\r", "\t", etc. One more option is LOOPING Concept can also be helpful.
6th Sep 2018, 10:29 AM
Ashutosh Kumar
Ashutosh Kumar - avatar
+ 1
I would prefer the least number of dependencies and packages needed. What port would I connect something into? Which compiler would I use? How do I send data to that port? Do I need to have a micro-processor? If not I don't want to use one for this simple project. EDIT: Interested in any OS specific solutions.
6th Sep 2018, 5:42 AM
Sphoorti Pipley
Sphoorti Pipley - avatar