Arduino TKJHAT
Arduino library for Pico HAT extension board
Loading...
Searching...
No Matches
ssd1306_t Struct Reference

holds the configuration More...

#include <ssd1306.h>

Public Attributes

uint8_t address
uint8_t * buffer
size_t bufsize
bool external_vcc
uint8_t height
i2c_inst_t * i2c_i
uint8_t pages
uint8_t width

Detailed Description

holds the configuration

Definition at line 62 of file ssd1306.h.

Member Data Documentation

◆ address

uint8_t ssd1306_t::address

i2c address of display

Definition at line 66 of file ssd1306.h.

◆ buffer

uint8_t* ssd1306_t::buffer

display buffer

Definition at line 69 of file ssd1306.h.

◆ bufsize

size_t ssd1306_t::bufsize

buffer size

Definition at line 70 of file ssd1306.h.

◆ external_vcc

bool ssd1306_t::external_vcc

whether display uses external vcc

Definition at line 68 of file ssd1306.h.

◆ height

uint8_t ssd1306_t::height

height of display

Definition at line 64 of file ssd1306.h.

◆ i2c_i

i2c_inst_t* ssd1306_t::i2c_i

i2c connection instance

Definition at line 67 of file ssd1306.h.

◆ pages

uint8_t ssd1306_t::pages

stores pages of display (calculated on initialization

Definition at line 65 of file ssd1306.h.

◆ width

uint8_t ssd1306_t::width

width of display

Definition at line 63 of file ssd1306.h.


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