Defect report: Extended ASCII prints chinese charaters, not US

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

Defect report: Extended ASCII prints chinese charaters, not US

   

sprintf(tstr,"%ldµV",ivolts);

   

LCD_PrintString(tstr);

   

should give "1234567µV"

   

but does give "1234567XYV"

   

Where X and Y are chinese characters see image

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

Did you check your LCD for having the 'µ' in its defined character set? Probably not a "Defect"

   

 

   

Bob

0 Likes
Anonymous
Not applicable

So it appears the LCD part is equipped with the Japanese font ROM -00, Not the US font ROM -02. Is this correct for all development kits sold i US???

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

What kit do you have ?

   

 

   

Maybe file a CASE and get your kit swapped. Or maybe Cypress does

   

not know an incorrect LCD supplied to them is wrong version.

   

 

   

To create a technical or issue case at Cypress -

   

 

   

www.cypress.com

   

“Design Support”

   

“Create a Support Case”

   

 

   

You have to be registered on Cypress web site first.

   

 

   

Regards, Dana.

0 Likes