oled-text-2

nazarijtipusak080/esr-and-c-metr/oled-text-2

No description
oled-text-2
@/oled-text-2
ADDRESSbyte
I²C address of the SSD1306 OLED device.
Xnumber
Cursor position x coordinate.
Ynumber
Cursor position y coordinate.
TEXTstring
Text string. Special characters can be specified using octal index. For example the degree symbol "°" (decimal code 248) can be specified using "\370".
SIZEbyte
Font size.
X 2number
Cursor position x coordinate.
Y 2number
Cursor position y coordinate.
TEXT 2string
Text string. Special characters can be specified using octal index. For example the degree symbol "°" (decimal code 248) can be specified using "\370".
SIZE 2byte
Font size.
UPDpulse
Update. Triggers clear display.
oled-text-2
ADDRESS
X
Y
TEXT
SIZE
X 2
Y 2
TEXT 2
SIZE 2
UPD
DONE
DONEpulse
To use the node in your project you should have the nazarijtipusak080/esr-and-c-metr library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.