Skip to content

insert_number_on_display

ibm5155 edited this page Sep 2, 2018 · 1 revision

void insert_number_on_display(int number, int pos_y,int pos_x, bool display);

WARNING: function name to be renamed!.

This function insert a number under a given position

Argument:

  • number: the given number 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