SSD1306 OLED display driver
1.3.5
This library is developed to control SSD1306 i2c/spi OLED display
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | ssd1306_sendCommand (uint8_t command) |
void | ssd1306_sendData (uint8_t data) |
Variables | |
void(* | ssd1306_startTransmission )() |
void(* | ssd1306_endTransmission )() |
void(* | ssd1306_sendByte )(uint8_t data) |
void(* | ssd1306_commandStart )() |
void(* | ssd1306_dataStart )() |
void(* | ssd1306_setRamBlock )(uint8_t x, uint8_t y, uint8_t w) |
void(* | ssd1306_nextRamPage )() |
void(* | ssd1306_setRamPos )(uint8_t x, uint8_t y) |
SSD1306 interface functions.
Definition in file ssd1306_interface.h.