Draw digit with font 3x3
Syntax: DrawDigit(w, digit)
DrawDigit(w, digit)
w walker from where it starts to draw line by line
w
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 6 years ago