![]() |
Display Simple Graphics library
v0.5
Library containing shape, text, and bitmap drawing functions called by various display drivers
|
#include "simplegfx.h"Functions | |
| int | drawPrint (screen_t *dev, const char *fmt,...) |
| Print format "..." args to the screen. The output is limited to 128 bytes. More... | |
| int drawPrint | ( | screen_t * | dev, |
| const char * | fmt, | ||
| ... | |||
| ) |
Print format "..." args to the screen. The output is limited to 128 bytes.
| dev | Pointer to the display's device structure returned by the initialization function. |
| fmt | Formatted string to be printed to the display. |
1.8.14