Unverified Commit 37262ccb authored by Russ Hughes's avatar Russ Hughes Committed by GitHub

Merge pull request #70 from EternityForest/master

Document sleep_mode()
parents b4aa060b 21b76701
......@@ -402,6 +402,11 @@ I could not run the display with a baud rate over 40MHZ.
Turn off the backlight pin if one was defined during init.
- `sleep_mode(value)`
If value is True, cause the display to enter sleep mode, otherwise wake up if value is False. During sleep display content may not be preserved.
- `fill(color)`
Fill the display with the specified color.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment