SSD1306 OLED display driver
1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#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) |
VGA basic data. Do not include this header in your project!!!
Definition in file vga.h.
void ssd1306_debug_print_vga_buffer | ( | void(*)(uint8_t) | func | ) |
Prints vga buffer in text form using passed callback
func | callback to use for printing single character |