|
FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Default base class for all DisplayDeviceTrait.
More...
#include <fastarduino/devices/display.h>
Default base class for all DisplayDeviceTrait.
That class eases definition of traits for a new device. Indeed, it will compute most traits from a restricted set of template arguments.
| COLOR_ | Type of a pixel for the device |
| WIDTH_ | The width in pixels of the device |
| HEIGHT_ | The height in pixels of the device |
| HAS_RASTER_ | Tells if the device implements a bitmap raster in SRAM |
| VERTICAL_FONT_ | Tells if the device uses vertical fonts |