SSD1306 OLED display driver
1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#include "ssd1306_hal/io.h"
Go to the source code of this file.
Functions | |
void | ssd1306_spiInit (int8_t cesPin, int8_t dcPin) |
void | ssd1306_spiDataMode (uint8_t mode) |
Variables | |
int8_t | s_ssd1306_cs |
int8_t | s_ssd1306_dc |
uint32_t | s_ssd1306_spi_clock |
SSD1306 spi communication functions
Definition in file ssd1306_spi.h.