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
- Label
- Board Name
- Helper text
- Select the board for the action to run on.
- Slug
- board_id
- Required
- true
- Can have default value
- false
- 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)
- 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)