SSD1306 OLED display driver
1.6.99
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 | vga_96x40_8colors_init (void) |
Inits 96x40 color VGA display. More... | |
void | vga_128x64_mono_init (void) |
Inits 128x64 monochrome VGA display. More... | |
Interface to vga_monitor
Definition in file vga_monitor.h.
void vga_128x64_mono_init | ( | void | ) |
Inits 128x64 monochrome VGA display.
Inits 128x64 monochrome VGA display. This mode supports 2 colors: black and white. User must init communication interface (uart) for vga client mode or init vga interface for host mode prior to calling this function.
Definition at line 134 of file vga_monitor.c.
void vga_96x40_8colors_init | ( | void | ) |
Inits 96x40 color VGA display.
Inits 96x40 color VGA display. This mode supports 8 colors: 3 bits per pixel. User must init communication interface (uart) for vga client mode or init vga interface for host mode prior to calling this function.
Definition at line 121 of file vga_monitor.c.