SSD1306 Library  1.0.0
Library for SSD1306 OLed Driver based on libohiboard
_SSD1306_Config_t Struct Reference

#include <ssd1306.h>

Data Fields

uint16_t product
 
Gpio_Pins rd
 
Gpio_Pins dc
 
Gpio_Pins rs
 
Gpio_Pins cs
 
Gpio_Pins wr
 
Gpio_Pins d0
 
Gpio_Pins d1
 
Gpio_Pins d2
 
Gpio_Pins d3
 
Gpio_Pins d4
 
Gpio_Pins d5
 
Gpio_Pins d6
 
Gpio_Pins d7
 
Gpio_Pins rstPin
 

Detailed Description

SSD1306 configuration struct. An object of this class must be used to save all module configurations.

Field Documentation

◆ cs

Gpio_Pins cs

◆ d0

Gpio_Pins d0

◆ d1

Gpio_Pins d1

◆ d2

Gpio_Pins d2

◆ d3

Gpio_Pins d3

◆ d4

Gpio_Pins d4

◆ d5

Gpio_Pins d5

◆ d6

Gpio_Pins d6

◆ d7

Gpio_Pins d7

◆ dc

Gpio_Pins dc

◆ product

uint16_t product

◆ rd

Gpio_Pins rd

◆ rs

Gpio_Pins rs

◆ rstPin

Gpio_Pins rstPin

Reset pin used for start-up the display

◆ wr

Gpio_Pins wr

The documentation for this struct was generated from the following file: