SSD1306 OLED display driver
1.5.0
This library is developed to control SSD1306/SSD1331 RGB i2c/spi OLED displays and spi PCD8544 LED display
|
#include "nano_gfx_types.h"
Go to the source code of this file.
Functions | |
void | ssd1331_setColor (uint16_t color) |
Sets default color, generated by RGB_COLOR8 macros. More... | |
void | ssd1331_setRgbColor (uint8_t r, uint8_t g, uint8_t b) |
Sets default color. More... | |
void | ssd1331_drawLine (uint8_t x1, uint8_t y1, uint8_t x2, uint8_t y2, uint16_t color) |
void | ssd1331_fastDrawBuffer8 (uint8_t x, uint8_t y, uint8_t w, uint8_t h, const uint8_t *data) |
void | ssd1331_fastDrawBuffer16 (uint8_t x, uint8_t y, uint8_t w, uint8_t h, const uint8_t *data) |
SSD1331 specific draw functions
Definition in file ssd1331_api.h.