SSD1306 OLED display driver  1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
Functions
vga.h File Reference
#include "ssd1306_hal/io.h"

Go to the source code of this file.

Functions

void ssd1306_debug_print_vga_buffer (void(*func)(uint8_t))
 
void ssd1306_vgaInit (void)
 

Detailed Description

VGA basic data. Do not include this header in your project!!!

Definition in file vga.h.

Function Documentation

◆ ssd1306_debug_print_vga_buffer()

void ssd1306_debug_print_vga_buffer ( void(*)(uint8_t)  func)

Prints vga buffer in text form using passed callback

Parameters
funccallback to use for printing single character

◆ ssd1306_vgaInit()

void ssd1306_vgaInit ( void  )

Initializes hardware VGA controller Be careful, this function reinitialized Atmega328p timers. delay() function will not work after call.

Definition at line 37 of file vga.c.