oled 1.0
OLED Graphics Control Library
|
Command and options for controlling the OLED display power state. More...
Macros | |
#define | OLED_CMD_SET_DISPLAY 0xAE |
#define | OLED_CMD_SET_DISPLAY_ON 0x01 |
#define | OLED_CMD_SET_DISPLAY_OFF 0x00 |
Command and options for controlling the OLED display power state.
The OLED_CMD_SET_DISPLAY macro defines the command byte used to control the display power state. The Macros:
Usage Example:
#define OLED_CMD_SET_DISPLAY 0xAE |
#define OLED_CMD_SET_DISPLAY_OFF 0x00 |
Turn the OLED display off
#define OLED_CMD_SET_DISPLAY_ON 0x01 |
Turn the OLED display on