Skip to content

Struct SYN_OLED

ClassList > SYN_OLED

Generic OLED Display Instance Context.

  • #include <syn_oled.h>

Public Attributes

Type Name
uint8_t col_offset
uint8_t contrast
bool display_on
uint16_t height
SYN_SoftI2C i2c
uint8_t i2c_addr
bool inverted
SYN_OLEDType type
uint16_t width

Public Attributes Documentation

variable col_offset

uint8_t SYN_OLED::col_offset;

Column start offset (0 for SSD1306, 2 for SH1106)


variable contrast

uint8_t SYN_OLED::contrast;

Contrast setting (0 to 255)


variable display_on

bool SYN_OLED::display_on;

True if display powered on


variable height

uint16_t SYN_OLED::height;

variable i2c

SYN_SoftI2C SYN_OLED::i2c;

variable i2c_addr

uint8_t SYN_OLED::i2c_addr;

variable inverted

bool SYN_OLED::inverted;

True if display colors inverted


variable type

SYN_OLEDType SYN_OLED::type;

variable width

uint16_t SYN_OLED::width;


The documentation for this class was generated from the following file src/syntropic/display/syn_oled.h