Skip to main content
Visitor II
March 13, 2015
Question

Blink all elements on LCD

  • March 13, 2015
  • 0 replies
  • 536 views
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
    This topic has been closed for replies.