SSD1306 OLED display driver
1.6.1
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
Go to the source code of this file.
Classes | |
class | NanoEngineTiler< C, W, H, B > |
Macros | |
#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. | |
Typedefs | |
typedef bool(* | TNanoEngineOnDraw) (void) |
Variables | |
SFixedFontInfo | s_fixedFont |
Tiler helper for graphics processing
Definition in file tiler.h.
typedef bool(* TNanoEngineOnDraw) (void) |
SFixedFontInfo s_fixedFont |