AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
GraspIOGraspIO

Display text on OLED screen

This action will display text on the OLED.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will display text on the OLED.
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)