Microchip® Advanced Software Framework

ssd1306_example.c File Reference

SSD1306 display controller driver example.

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

#include <asf.h>

Functions

int main (void)
 

int main ( void  )

the page address to write to

the column address, or the X pixel.

store the LCD controller start draw line

References delay_init(), delay_ms, ssd1306_init(), ssd1306_set_column_address(), ssd1306_set_display_start_line_address(), ssd1306_set_page_address(), ssd1306_write_data(), and system_init().