|
FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Drawing Context passed to display devices low-level primitives set_pixel() and write_char().
More...
#include <fastarduino/devices/display.h>
Public Member Functions | |
| DrawMode< COLOR > | draw_mode () const |
Return the current DrawMode to use in the called primitive. More... | |
| const Font< VERTICAL_FONT > & | font () const |
Return the current Font to use in the called primitive draw_char() More... | |
Friends | |
| template<typename > | |
| class | Display |
Drawing Context passed to display devices low-level primitives set_pixel() and write_char().
Conext includes:
Display devices can only use the context passed by Display high level primitives. They cannot create such contexts.
| COLOR | the color type associated with the display device |
| VERTICAL_FONT | true if the display device supports vertical fonts, false otherwise |
|
inline |
|
inline |
Return the current Font to use in the called primitive draw_char()