B4J Programming Press on the image to return to the main documentation page.

rAdafruitSSD1306

List of types:

AdafruitSSD1306

AdafruitSSD1306


Events:

None

Members:


  BLACK As UInt

  ClearDisplay As void

  Display As void

  GFX As B4RAdafruitGFX

  InitializeHSPI (DC As Byte, RST As Byte, CS As Byte) As void

  InitializeI2C (RST As Byte, I2CAddress As Byte) As void

  INVERSE As UInt

  InvertDisplay As Boolean [write only]

  StartScrollDiagLeft (StartRow As Byte, StopRow As Byte) As void

  StartScrollDiagRight (StartRow As Byte, StopRow As Byte) As void

  StartScrollLeft (StartRow As Byte, StopRow As Byte) As void

  StartScrollRight (StartRow As Byte, StopRow As Byte) As void

  StopScroll As void

  WHITE As UInt

Members description:

BLACK As UInt
ClearDisplay As void
Clears the display.
Display As void
Draws the internal buffer to the screen.
GFX As B4RAdafruitGFX
Gets the graphics object. Make sure to call Display to apply the changes.
InitializeHSPI (DC As Byte, RST As Byte, CS As Byte) As void
Hardware SPI initializer.
InitializeI2C (RST As Byte, I2CAddress As Byte) As void
I2C initializer.
INVERSE As UInt
Inverts the current color (similar to XOR drawing).
InvertDisplay As Boolean [write only]
Set to True to invert the display.
StartScrollDiagLeft (StartRow As Byte, StopRow As Byte) As void
Activates a diagonal scroll for the specified rows.
Pass 0, 15 to scroll all rows.
StartScrollDiagRight (StartRow As Byte, StopRow As Byte) As void
Activates a diagonal scroll for the specified rows.
Pass 0, 15 to scroll all rows.
StartScrollLeft (StartRow As Byte, StopRow As Byte) As void
Activates a scroll for the specified rows.
Pass 0, 15 to scroll all rows.
StartScrollRight (StartRow As Byte, StopRow As Byte) As void
Activates a scroll for the specified rows.
Pass 0, 15 to scroll all rows.
StopScroll As void
Stops scrolling.
WHITE As UInt

Top