Skip to content

insert_string_on_display

ibm5155 edited this page Sep 2, 2018 · 1 revision

void insert_string_on_display(char *x, int pos_ver, int pos_hor, bool which);

WARNING: function name to be renamed!.

This function insert a string under a given position

Argument:

  • x: the given text to be inserted.
  • pos_ver: the vertical coord to be ploted.
  • pos_hor: the horizontal coord to be ploted.
  • whitch: the screen buffer to be inserted (DISPLAY_WINDOW1 or DISPLAY_WINDOW2)

Clone this wiki locally