SSD1306 OLED display driver
1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
Go to the source code of this file.
VGA ISR code to communicate with VGA-monitor from the sketch directly
Please, include this file only once in your sketch, if you want to control vga monitor directly from your sketch. This header supports different modes: VGA_CONTROLLER_DEBUG, SSD1306_VGA_SLEEP_MODE. If you want to use vga_controller module in debug mode without producing VGA output, define VGA_CONTROLLER_DEBUG before including this header. If you want to use library with AVR sleep mode, then jitter fix is not required, you will able to use TIMER0, so define SSD1306_VGA_SLEEP_MODE before including this header.
Definition in file vga_isr.h.