|
#define | BUFFER_128x64_MONO NanoCanvas1, 128, 64, 7 |
| Full-screen 1-bit tile for SSD1306.
|
|
#define | TILE_8x8_RGB16 NanoCanvas16, 8, 8, 3 |
| Standard 16-bit RGB tile 8x8.
|
|
#define | TILE_8x8_RGB8 NanoCanvas8, 8, 8, 3 |
| Standard 8-bit RGB tile 8x8.
|
|
#define | TILE_8x8_MONO NanoCanvas1, 8, 8, 3 |
| Standard 1-bit tile 8x8 for monochrome mode.
|
|
#define | TILE_8x8_MONO_8 NanoCanvas1_8,8, 8, 3 |
| Standard 1-bit tile 8x8 for RGB mode.
|
|
#define | ADATILE_8x8_MONO AdafruitCanvas1, 8, 8, 3 |
| Use Adafruit GFX implementation as NanoEngine canvas.
|
|
#define | ADATILE_8x8_RGB8 AdafruitCanvas8, 8, 8, 3 |
| Use Adafruit GFX implementation as NanoEngine canvas.
|
|
#define | ADATILE_8x8_RGB16 AdafruitCanvas16, 8, 8, 3 |
| Use Adafruit GFX implementation as NanoEngine canvas.
|
|
Tiler helper for graphics processing
Definition in file tiler.h.