cancel
Showing results for 
Search instead for 
Did you mean: 

Blink all elements on LCD

flol2204
Associate
Posted on March 13, 2015 at 17:42

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
0 REPLIES 0