SSD1306 OLED display driver  1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
Classes
tiler.h File Reference
#include "canvas.h"
#include "lcd/lcd_common.h"

Go to the source code of this file.

Classes

class  NanoEngineTiler< C, W, H, B >
 
#define TILE_128x64_MONO   NanoCanvas1, 128, 64, 7
 Full-screen 1-bit tile for SSD1306.
 
#define TILE_8x8_MONO   NanoCanvas1, 8, 8, 3
 Standard 1-bit tile 8x8 for monochrome mode.
 
#define TILE_16x16_MONO   NanoCanvas1, 16, 16, 4
 Standard 1-bit tile 16x16 for monochrome mode.
 
#define TILE_32x32_MONO   NanoCanvas1, 32, 32, 4
 Standard 1-bit tile 32x32 for monochrome mode.
 
#define TILE_8x8_RGB8   NanoCanvas8, 8, 8, 3
 Standard 8-bit RGB tile 8x8.
 
#define TILE_16x16_RGB8   NanoCanvas8, 16, 16, 4
 Standard 8-bit RGB tile 16x16.
 
#define TILE_32x32_RGB8   NanoCanvas8, 32, 32, 5
 Standard 8-bit RGB tile 32x32.
 
#define TILE_8x8_MONO_8   NanoCanvas1_8,8, 8, 3
 Standard 1-bit tile 8x8 for RGB mode.
 
#define TILE_8x8_RGB16   NanoCanvas16, 8, 8, 3
 Standard 16-bit RGB tile 8x8.
 
#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.
 
typedef bool(* TNanoEngineOnDraw) (void)
 
SFixedFontInfo s_fixedFont
 

Detailed Description

Tiler helper for graphics processing

Definition in file tiler.h.

Typedef Documentation

◆ TNanoEngineOnDraw

typedef bool(* TNanoEngineOnDraw) (void)

Type of user-specified draw callback.

Definition at line 68 of file tiler.h.