hello everybody

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

cross mob
Anonymous
Not applicable

Hi, anyone help me! I need only print "hour:minute:second "char type code   (  on LCD5110 from  DS1302 )

0 Likes
3 Replies
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Here is a program that reads the time out on a terminal window and you can move the time display around the terminal window with a Joystick. There is also a 5110 display component in the Support forums Software tab under PSOC Community Components. You will need to write your own clock setting routine or the DS1307 will only read back 00:00:00.

0 Likes
Anonymous
Not applicable

i need hex to decimal void ... code, But on Psoc Creater3.0 Psoc 4200 

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I strongly recommend to update Creator and your components to the latest version, Creator 3.0 is a bit old.

   

Hex to ASCII is best done with sprintf() in <stdio.h> which must be #included.

   

For usage of sprintf() see here.

   

 

   

Bob

0 Likes