oled 1.0
OLED Graphics Control Library
|
Command and options for configuring segment remapping of the OLED display. More...
Macros | |
#define | OLED_CMD_SET_SEGMENT_REMAP_STANDARD 0x00 |
#define | OLED_CMD_SET_SEGMENT_REMAP_REVERSED 0x01 |
#define | OLED_CMD_SET_SEGMENT_REMAP (0xA0 | OLED_CMD_SET_SEGMENT_REMAP_REVERSED) |
Command and options for configuring segment remapping of the OLED display.
The macros within this group define options for controlling the mapping of the segment drivers to the display columns.
Usage Example: To reverse the display segment mapping, send the command OLED_CMD_SET_SEGMENT_REMAP.
#define OLED_CMD_SET_SEGMENT_REMAP (0xA0 | OLED_CMD_SET_SEGMENT_REMAP_REVERSED) |
Command to set segment remap mode (here set to reversed layout)
#define OLED_CMD_SET_SEGMENT_REMAP_REVERSED 0x01 |
#define OLED_CMD_SET_SEGMENT_REMAP_STANDARD 0x00 |