Skip to content

vdp_print

Kyuchumimo edited this page Aug 15, 2024 · 5 revisions

🧩🖼️ This is a general-purpose video-related function.

vdp_print(text, x, y)

Parameters

  • text: any string to be printed to the screen.
  • x: x coordinate for printing the text.
  • y: y coordinate for printing the text.

Description

This function will draw text to the screen using the pattern table (character set) as the font. Character #0 is used for ASCII code 0, #1 for code 1 and so on. The letter 'A' has the ASCII code 65 so will be drawn using the character with character #65.

This function only prints text in upper case.

micro_joy_hvc_vdp_print

Clone this wiki locally