Canvas graphics library
0.1.0
This library is developed to perform canvas graphics in memory buffers
|
#include <adafruit.h>
Additional Inherited Members | |
![]() | |
virtual void | blt (lcdint_t x, lcdint_t y)=0 |
virtual void | blt ()=0 |
![]() | |
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) |
![]() | |
NanoPoint | offset |
![]() | |
static const uint8_t | BITS_PER_PIXEL = 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 214 of file adafruit.h.