esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Data Fields
SSD1306_t Struct Reference

#include <ssd1306.h>

Collaboration diagram for SSD1306_t:
Collaboration graph
[legend]

Data Fields

int _address
 
int _width
 
int _height
 
int _pages
 
int _dc
 
spi_device_handle_t _SPIHandle
 
bool _scEnable
 
int _scStart
 
int _scEnd
 
int _scDirection
 
PAGE_t _page [8]
 
bool _flip
 

Detailed Description

Definition at line 120 of file ssd1306.h.

Field Documentation

◆ _address

int _address

Definition at line 122 of file ssd1306.h.

◆ _dc

int _dc

Definition at line 126 of file ssd1306.h.

◆ _flip

bool _flip

Definition at line 133 of file ssd1306.h.

◆ _height

int _height

Definition at line 124 of file ssd1306.h.

◆ _page

PAGE_t _page[8]

Definition at line 132 of file ssd1306.h.

◆ _pages

int _pages

Definition at line 125 of file ssd1306.h.

◆ _scDirection

int _scDirection

Definition at line 131 of file ssd1306.h.

◆ _scEnable

bool _scEnable

Definition at line 128 of file ssd1306.h.

◆ _scEnd

int _scEnd

Definition at line 130 of file ssd1306.h.

◆ _scStart

int _scStart

Definition at line 129 of file ssd1306.h.

◆ _SPIHandle

spi_device_handle_t _SPIHandle

Definition at line 127 of file ssd1306.h.

◆ _width

int _width

Definition at line 123 of file ssd1306.h.


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