Hello,
my application has to switch the LCD on and off in order to save power. Both the internal LCD driver (STM32F429) and the external LCD controller have to be switched. Of course backlight is switched as well.
I have implemented the appropriate functions in LCD_X_DisplayDriver() when called with parameters LCD_X_ON and LCD_X_OFF. But I cannot find the appropriate API functions that will cause emWin to call LCD_X_DisplayDriver() with these parameters. Calling LCD_X_DisplayDriver()( directly from my application is not what I call a clean solution.
What are the correct API functions to call?
BR
Chris
my application has to switch the LCD on and off in order to save power. Both the internal LCD driver (STM32F429) and the external LCD controller have to be switched. Of course backlight is switched as well.
I have implemented the appropriate functions in LCD_X_DisplayDriver() when called with parameters LCD_X_ON and LCD_X_OFF. But I cannot find the appropriate API functions that will cause emWin to call LCD_X_DisplayDriver() with these parameters. Calling LCD_X_DisplayDriver()( directly from my application is not what I call a clean solution.
What are the correct API functions to call?
BR
Chris