Skip to content
Ken Sharp edited this page Dec 10, 2025 · 4 revisions

SSD1306 Open

Open the SPI master, initialize the SSD1306 and bring it out of reset.

SPI Channel specifies the SPI master that the SSD1306 is connected to.

SPI CS Channel specifies the LINX device DO channel to use as chip select.

VDD Channel specifies the LINX device DO channel that controls the SSD1306 VDD.

VBAT Channel specifies the LINX device DO channel that controls the SSD1306 VBAT input.

RESET Channel specifies the LINX device DO channel that controls the SSD1306 reset input.

DC Channel specifies the LINX device DO channel that controls the SSD1306 DC input.

open.png

Inputs

LINX Resource

Contains LINX connection resources.

SSD1306 Channels

Specify LINX device channels to use with the SSD1306

  • SPI Channel specifies the SPI master that the SSD1306 is connected to.
  • SPI CS Channel specifies the LINX device DO channel to use as chip select.
  • VDD Channel specifies the LINX device DO channel that controls the SSD1306 VDD.
  • VBAT Channel specifies the LINX device DO channel that controls the SSD1306 VBAT input.
  • RESET Channel specifies the LINX device DO channel that controls the SSD1306 reset input.
  • DC Channel specifies the LINX device DO channel that controls the SSD1306 DC input.

Error In

Describes error conditions that occur before this node runs. This input provides standard error in functionality.

Outputs

LINX Resource

Contains LINX connection resources.

Error Out

Contains error information. This output provides standard error out functionality.

Related Links

2d-bool-array-to-image-data-helper

channels-fgv

digilent-basic-io-shield---oled-config

digilent-basic-io-shield---oled-draw-bool-array

enable-charge-pump

png-to-bool-array

set-column-address-range

set-com-hw-config

set-com-output-scan-direction

set-display-on-off

set-page

set-segment-remap

write-data

VI Reference

Clone this wiki locally