Low power mode of touchGFX
Hi,
I'm using touchGFX.
- MCU : STM32H747i
- display : ILI9806E
- touch pannel : GT911
I'm developing multi-task using touchGFX.
- task1 : uart with another mcu
- task2 : led on/off
- task3 : get button state
I'm trying to reduce power consumption of entire system when the display is turned off.
And, another task must be running.
The current consumption of my board is about 280mA when display is turned on.
When display is turned off, the current consumption is 200mA. (backlight is turned off)
Now, I have to reduce more power consumption.
Is there any function or method for reducing power consumption of gui_task?
Or, Can touchGFX be operated with low power? (below 100mA)
regards,
Youngjun