Explore Plans
Mobile menu Close menu
GraspIOGraspIO

Display text on OLED screen

This action will display text on the OLED.

Developer info

API endpoint slug
graspio.oled_text
Filter code method
Graspio.oledText.skip(string?: reason)
Runtime method
runAction("graspio.oled_text", {})

Action fields

Board ID Dropdown list

Label
Board Name
Helper text
Select the board for the action to run on.
Slug
board_id
Required
true
Can have default value
false

Text Text input > Path to a folder

Label
Text
Helper text
Enter the text to be displayed on the OLED.
Slug
text
Required
true
Can have default value
true
Filter code method
Graspio.oledText.setText(string: text)

Font name Dropdown list

Label
Font Name
Helper text
Select a font for the text. (Default font will be set if the text length is more than 30 characters)
Slug
font_name
Required
true
Can have default value
true
Filter code method
Graspio.oledText.setFontName(string: fontName)