|
oled 1.0
OLED Graphics Control Library
|
Command and options for configuring the OLED display's charge pump. More...
Macros | |
| #define | OLED_CMD_SET_CHARGE_PUMP 0x8D |
| #define | OLED_CMD_SET_CHARGE_PUMP_EXTERNAL 0x10 |
| #define | OLED_CMD_SET_CHARGE_PUMP_INTERNAL 0x14 |
Command and options for configuring the OLED display's charge pump.
The macro OLED_CMD_SET_CHARGE_PUMP defines the command byte used to set the charge pump configuration of the OLED display. The macros:
Usage Example: To select a charge pump source, send the command OLED_CMD_SET_CHARGE_PUMP followed by either OLED_CMD_SET_CHARGE_PUMP_EXTERNAL or OLED_CMD_SET_CHARGE_PUMP_INTERNAL.
| #define OLED_CMD_SET_CHARGE_PUMP 0x8D |
| #define OLED_CMD_SET_CHARGE_PUMP_EXTERNAL 0x10 |
Option to use external charge pump
| #define OLED_CMD_SET_CHARGE_PUMP_INTERNAL 0x14 |
Option to use internal charge pump