Method UpdateDisplay
UpdateDisplay(string)
Writes a text string to the Pulse Pal oLED display.
public void UpdateDisplay(string text)
Parameters
text
stringA text string to display on the top row of the oLED display. Text must be less than 17 characters in length.
UpdateDisplay(string, string)
Writes text strings to the Pulse Pal oLED display.
public void UpdateDisplay(string row1, string row2)