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