Not able to display the SLCD in CY8C240093 PSOC-1

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

cross mob
Anonymous
Not applicable

 Can any one tell me the how to select the Segments in SLCD wizards properly, i have followed the datasheets to selected the segment in LCD, it should not showing any digit in the display.

   


I have mentioned below my code fo reference,

   

void main()

   

{

   

 BYTE Disp;

   

    int Num;

   

    Disp = 0;

   

    Num= 0x1234;

   

    M8C_EnableGInt; 

   

    SLCD_Start(SLCD_NORMAL_STATE); 

   

    SLCD_ChangeContrast(SLCD_SET_TO_MAX, 0);

   

    while(1)

   

    {

   

       SLCD_PrintHexInt(DisplayID, Number);

   

    }

   

}

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

You might consider posting your project for forum to look at -

   

 

   

    

   

          

   

“File”

   

“Archive Project”

   

Use Firefox or IE, not chrome to post.

   

  

   

Regards, Dana.

0 Likes