7 Segment Character Code...

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi,

   

I designed 7 segment project with using CY8CKIT-001. I can counted  until to 100. I want to add alphabetic character to 7 segment. But I didn't designed code for  alphabetic character. Can you look at my  code please How can change my code?Thanks

0 Likes
2 Replies
Anonymous
Not applicable
        Hi yılmaz   
I had glance your design. very well done.   
You want alphabetic figure but   
7-segment is not enough for it, I think.   
maybe Hex display will doable.   
   
Did you consider dynamic display?   
If you have PSoC Designer, then look at LED-display module data sheet and   
These coding of user module.   
It might be helpful.   
   
Another approach is make it by Verilog module.   
That is very cool, I think.   
0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

I have not looked at your code, but basically an array with 8 elements/alpha character

   

with address mathing ASCII. Take a look at these as examples -

   

 

   

http://www.josepino.com/microcontroller/7-segment-ascii

   

 

   

http://www.st.com/st-web-ui/static/active/jp/resource/technical/document/application_note/CD00015425...

   

 

   

http://blog.microcontroller-kits.com/2012/11/26-c-program-for-7-segment-display.html This one uses a case statement,

   

I prefer an array, probably saves code space as well.

   

 

   

Regards, Dana.

0 Likes