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.
Classes | |
struct | ssd1306_interface_t |
Macros | |
#define | ssd1306_dcQuickSwitch ssd1306_intf.spi |
#define | ssd1306_startTransmission ssd1306_intf.start |
#define | ssd1306_endTransmission ssd1306_intf.stop |
#define | ssd1306_sendByte ssd1306_intf.send |
#define | ssd1306_sendBytes ssd1306_intf.send_buffer |
#define | ssd1306_closeInterface ssd1306_intf.close |
Functions | |
void | ssd1306_sendCommand (uint8_t command) |
void | ssd1306_commandStart (void) |
void | ssd1306_dataStart (void) |
Variables | |
ssd1306_interface_t | ssd1306_intf |
SSD1306 interface functions.
Definition in file ssd1306_interface.h.