2015-03-13 9:42 AM
Hey,
I want a very simple example: All elements on LCD should blink at startup(so in this very simple example: for everytime ;) So I want to use the BlinkConfig Function from the StdLibrary... My example code:
1.
LCD_GLASS_Init();
2.
LCD_BlinkConfig(LCD_BlinkMode_AllSEG_AllCOM, LCD_BlinkFrequency_Div256);
3.
while(1)
4.
{
5.
}