setDisplay()

Description

Prints text on Pulse Pal's oLED display

  • The display has two rows of 16 characters each

Syntax

setDisplay(row1String, row2String)

Parameters

  • row1String: A text string to display on row 1 of 2

  • row2String: A text string to display on row 2 of 2

Returns

None

Example

myPulsePal.setDisplay("PYTHON Connected", "Beware of fangs!")