In CS125 you learned that a character array could be output to sent to the standard output with printf("%s", whatevs). In embedded programming the concept of stdout is a bit abstracted. You will be outputting to to both putty and to the OLED.
What function in the standard C library can be used to change the contents of a character array?