PulsePalDisplay()

Description

This function writes text strings to the Pulse Pal oLED display.

Syntax

PulsePalDisplay(String1, String2)

  • String2 is an optional argument

Parameters

  • String1 (A text string to display on the top row of the oLED display. Text must be less than 17 characters in length.)

  • String2 (An optional text string to display on the bottom row of the oLED display. Text must be less than 17 characters in length.)

Returns

None

Example

PulsePalDisplay('I am', 'Pulse Pal');