Unverified Commit 21b76701 authored by Daniel Dunn's avatar Daniel Dunn Committed by GitHub

Document sleep_mode()

parent b4aa060b
...@@ -402,6 +402,11 @@ I could not run the display with a baud rate over 40MHZ. ...@@ -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. 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(color)`
Fill the display with the specified 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