CuVoodoo STM32F1 firmware template
|
SSD1306 OLED library (API) More...
Go to the source code of this file.
Functions | |
bool | oled_ssd1306_setup (void) |
setup OLED display More... | |
void | oled_ssd1306_on (void) |
switch OLED display on | |
void | oled_ssd1306_off (void) |
switch OLED display off | |
void | oled_ssd1306_test (void) |
test OLED display: switch entire screen on for a brief time | |
void | oled_ssd1306_display (const uint8_t *display_data, uint16_t display_length) |
send data to display to OLED display More... | |
SSD1306 OLED library (API)
Definition in file oled_ssd1306.h.
void oled_ssd1306_display | ( | const uint8_t * | display_data, |
uint16_t | display_length | ||
) |
send data to display to OLED display
[in] | display_data | data to display (first byte is left column, MSb is top pixel, warps pages) |
[in] | display_length | length of data to display |
Definition at line 106 of file oled_ssd1306.c.
bool oled_ssd1306_setup | ( | void | ) |
setup OLED display
Definition at line 43 of file oled_ssd1306.c.