SSD1306 OLED display driver
1.7.1
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_vga_delay (uint32_t ms) |
void | ssd1306_debug_print_vga_buffer (void(*func)(uint8_t)) |
void | ssd1306_vga_controller_init (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 |
void ssd1306_vga_controller_init | ( | void | ) |
Initializes hardware VGA controller Be careful, this function reinitialized Atmega328p timers. delay() function will not work after call.
void ssd1306_vga_delay | ( | uint32_t | ms | ) |
Make ms milliseconds delay. This function has very low precision: 16ms.
ms | time in milliseconds |