|
esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
#include <ssd1306.h>

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 |