SSD1306 OLED display driver
1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#include <adafruit.h>
Public Member Functions | |
void | blt (lcdint_t x, lcdint_t y) override |
void | blt () override |
Public Member Functions inherited from AdafruitCanvasOps< BPP > | |
AdafruitCanvasOps (lcduint_t w, lcduint_t h, uint8_t *buffer) | |
void | drawPixel (int16_t x, int16_t y, uint16_t color) override |
void | setOffset (lcdint_t ox, lcdint_t oy) |
Additional Inherited Members | |
Public Attributes inherited from AdafruitCanvasOps< BPP > | |
NanoPoint | offset |
Static Public Attributes inherited from AdafruitCanvasOps< BPP > | |
static const uint8_t | BITS_PER_PIXEL = BPP |
Protected Attributes inherited from AdafruitCanvasOps< BPP > | |
uint8_t * | m_buffer |
AdafruitCanvas8 represents objects for drawing in memory buffer AdafruitCanvas8 represents each pixel as single byte with RGB bits: RRRGGGBB For details refer to SSD1331 datasheet.
Definition at line 236 of file adafruit.h.
Draws canvas on the LCD display
x | - horizontal position in pixels |
y | - vertical position in pixels |
Implements AdafruitCanvasBase< 8 >.
Definition at line 246 of file adafruit.h.
|
inlineoverridevirtual |
Draws canvas on the LCD display using offset values.
Implements AdafruitCanvasBase< 8 >.
Definition at line 254 of file adafruit.h.