oled-text-display

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

No description
oled-text-display
@/oled-text-display
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.
UPDpulse
Update. Triggers clear display.
oled-text-display
ADDRESS
X
Y
TEXT
SIZE
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.