This function prints a symbol on the screen.

Syntax

void PrintSymbol(
  unsigned int symbol
);

Parameters

symbol
[in] symbol is the character that is to be shown on the display.

Return value

None

Remarks

With this function, it is possible to show the bitmap for all the codes defined in a font.
The cursor position is not updated by this function.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/10/02