TAP_Osd_DrawString

Topfield Documentation

int TAP_Osd_DrawString(const char *str, dword dstWidth, word color, byte *dest, dword maxWidth, byte fntType, byte fntSize);

It prints the string on the memory.

  • dstWidth : the width of the memory
  • color : character color
  • dest : the start address of memory
  • maxWidth : the maximum width to print

Additional Documentation