oled 1.0
OLED Graphics Control Library
|
Command and options for setting the COM output scan direction on the OLED display. More...
Macros | |
#define | OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION_NORMAL 0x00 |
#define | OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION_REVERSED 0x08 |
#define | OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION (0xC0 | OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION_REVERSED) |
Command and options for setting the COM output scan direction on the OLED display.
These macros define the scan direction for the display's COM (common) output signals.
The macro OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION combines the base command with the selected scan direction option.
Usage Example: Send the command OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION. with the desired configuration byte.
#define OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION (0xC0 | OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION_REVERSED) |
Command to set the COM output scan direction
#define OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION_NORMAL 0x00 |
#define OLED_CMD_SET_COM_OUTPUT_SCAN_DIRECTION_REVERSED 0x08 |