SSD1306 OLED display driver
1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
Canvas implementation, based on Adafruit GFX. More...
#include "ssd1306_hal/io.h"
#include "ssd1306.h"
#include "ssd1306_hal/Print_internal.h"
#include "nano_gfx_types.h"
Go to the source code of this file.
Classes | |
class | AdafruitCanvasOps< BPP > |
class | AdafruitCanvasBase< BPP > |
class | AdafruitCanvas1 |
class | AdafruitCanvas8 |
class | AdafruitCanvas16 |
Canvas implementation, based on Adafruit GFX.
Adafruit related canvas implementation
If you like canvas implementation by Adafruit, you can easily use it with ssd1306 library, including NanoEngine support. You will be able to use all features of AdafruitGFX, and output result to any OLED display, supported by ssd1306 library. If you want to use this feature, define CONFIG_ADAFRUIT_GFX_ENABLE in the beginning of your sketch, and include "nano_engine.h" header.
Definition in file adafruit.h.