Controlling Display On/Off State
I am working with the STM32F769I-Disco Board and I'm having trouble figuring out how to control the display.
When I put the device is standby mode, the display does not power down. Is this normal? I have been trying to power down the display manually, but I'm having troubles doing this as well. I noticed in the display driver there are macros to turn the display on and off:
#define OTM8009A_CMD_DISPOFF 0x28 /* Display Off command */
#define OTM8009A_CMD_DISPON 0x29 /* Display On command */
But I'm ultimately not sure how to use these macros...
Any advice?
Thank you.
