Skip to main content

Oled Nodes

Use these nodes to interact with OLED device via I2C.

Config Nodes

oled config

Mantains a serial I2C connection with OLED.

Inputs

  • SCL pin : Specify the SCL pin
  • SDA pin : Specify the SDA pin
  • I2C Address : Specify the I2C address of the device

Proc Nodes

oled draw

Draw on your OLED screen

Inputs

  • oled config : Select the OLED config
  • Shape Type : Select the type of shape
  • Font : Select font
  • Fill the shape : Whether to fill shape
  • X : Specify X coordinate
  • Y : Specify Y coordinate
  • X1 : Specify starting x position
  • Y1 : Specify starting y postion
  • X2 : Specify ending x position
  • Y2 : Specify ending y position
  • Radius : Specify radius
  • Color : Select color type
  • Text : Specify text to display

oled clear

Clear your OLED screen

Inputs

  • oled config : Select the OLED config
  • Fill with : Select Fill color

oled invert colors

Inverts colors for the current drawing displayed

Inputs

  • oled config : Select the OLED config