DrawDigit

Draw digit with font 3x3

Syntax: DrawDigit(w, digit)

  • w walker from where it starts to draw line by line

Notes: This function draws a digit with preset color and attributes. Drawing starts from the walker position and continues to the right and down. Font is 3x3.

Example:

  • DrawDigit(wlk, 5)

Last updated

Was this helpful?