Microchip® Advanced Software Framework

ssd1306.c File Reference

SSD1306 OLED display controller driver.

Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.

#include "ssd1306.h"

Functions

void ssd1306_init (void)
 Initialize the OLED controller. More...
 
static void ssd1306_interface_init (void)
 Initialize the hardware interface. More...
 
void ssd1306_write_command (uint8_t command)
 Writes a command to the display controller. More...
 
void ssd1306_write_data (uint8_t data)
 Write data to the display controller. More...
 

Variables

struct spi_module ssd1306_master
 
struct spi_slave_inst ssd1306_slave