Display Simple Graphics library  v0.5
Library containing shape, text, and bitmap drawing functions called by various display drivers
Functions
drawPrint.c File Reference
#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...
 

Function Documentation

◆ drawPrint()

int drawPrint ( screen_t dev,
const char *  fmt,
  ... 
)

Print format "..." args to the screen. The output is limited to 128 bytes.

Parameters
devPointer to the display's device structure returned by the initialization function.
fmtFormatted string to be printed to the display.