Canvas graphics library
0.1.0
This library is developed to perform canvas graphics in memory buffers
|
Canvas implementation, based on Adafruit GFX. More...
#include "lcd_hal/io.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 the library, including NanoEngine support. You will be able to use all features of AdafruitGFX, and output result to any OLED display, supported by the 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.