2015-03-13 09: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.
}
I'm only using the StandardLibrary. When debugging, the values of the LCD_CR1 seems to be ok, but nothing happens on the LCD...
How to let blink all elements on the discovery-LCD with the BlinkConfig command?
#stm8