Table of Contents

Method UpdateDisplay

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

UpdateDisplay(string)

Writes a text string to the Pulse Pal oLED display.

public void UpdateDisplay(string text)

Parameters

text string

A 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)

Parameters

row1 string

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

row2 string

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