SSD1306 OLED display driver  1.4.6
This library is developed to control SSD1306/SSD1331 RGB i2c/spi OLED displays and spi PCD8544 LED display
Functions | Variables
ssd1306_spi.h File Reference
#include "ssd1306_spi_conf.h"
#include <stdint.h>

Go to the source code of this file.

Functions

void ssd1306_spiInit (int8_t cesPin, int8_t dcPin)
 
void ssd1306_spiCommandStart ()
 
void ssd1306_spiDataStart ()
 

Variables

int8_t s_ssd1306_cs
 
int8_t s_ssd1306_dc
 

Detailed Description

SSD1306 spi communication functions

Definition in file ssd1306_spi.h.