[Question - ILI9341]: TFT_off vs. TFT_wake #1781
Unanswered
hasenradball
asked this question in
Q&A - General
Replies: 2 comments
-
It will tell you in the datasheet. ISTR the tft.writecommand(0x10); shuts down the internal power to a minimum. tft.writecommand(0x28); simply blanks the display. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
whats the technical difference between
TFT_off()
andTFT_sleep()
?Is there any technical difference?
Beta Was this translation helpful? Give feedback.
All reactions