Replies: 3 comments 3 replies
-
|
I tried some more stuff and got the power usage to go pretty low, but I dont understand why I can't use the PD_N pin to turn things off, even with the new sequence below as soon as I pull that pin low the power usage goes up and the backlight turns on. Guessing a lot of these steps are needed, but this what I have now: |
Beta Was this translation helpful? Give feedback.
-
|
I have not actually tried to go into low power. I have an Arduino UNO and a RVT50H up and running right now, so BT815 actually. First test, just switching off the backlight when pressing a button. -> the current drops to 58mA Second test, set PD to low: -> the current drops to 24mA Third test, doing both: -> the current drops to 24mA Not actually low current, but there are components still powered on the display. I disconnected the display now from my interface board -> 0mA Ah, ok, just pulling the rug with the PD pin is likely not the best idea. Edit: tried Setting REG_CPURESET to 7 also makes no diference. Hmm, I am not getting below 24mA. |
Beta Was this translation helpful? Give feedback.
-
|
@RudolphRiedel Thanks for trying that. At least your power consumption goes down when you do EVE_pdn_set(). Mine goes up and the backlight turns on, which is odd, Ill have to probe some stuff later and try to understand why that is happening. Also curious what power do you get if you have the display connected and then power on your system from off, but dont make any writes to the ft815 chip, is it still 24mA or something else? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an FT813 and am trying to figure out what the proper power down sequence is. Initially I tried:
EVE_memWrite( REG_PWM_DUTY, 0 );
Then setting PD_N pin low
The memwrite turned the backlight off, when I sent the PD_N low the backlight turns back on, so clearly I missed some step or steps, because when I startup my board the backlight is off.
Beta Was this translation helpful? Give feedback.
All reactions