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

rAdafruitRGBMatrix

List of types:

RGBmatrixPanel

RGBmatrixPanel


Events:

None

Members:


  Color333 (R As Byte, G As Byte, B As Byte) As UInt

  Color444 (R As Byte, G As Byte, B As Byte) As UInt

  Color888 (R As Byte, G As Byte, B As Byte) As UInt

  FillScreen (Color As UInt) As void

  GFX As B4RAdafruitGFX

  Initialize16 (A As Byte, B As Byte, C As Byte, SCLK As Byte, Latch As Byte, OE As Byte, DBuf As Boolean) As void

  Initialize32 (A As Byte, B As Byte, C As Byte, D As Byte, SCLK As Byte, Latch As Byte, OE As Byte, DBuf As Boolean, Width As Byte) As void

  UpdateDisplay As void

Members description:

Color333 (R As Byte, G As Byte, B As Byte) As UInt
Color444 (R As Byte, G As Byte, B As Byte) As UInt
Color888 (R As Byte, G As Byte, B As Byte) As UInt
FillScreen (Color As UInt) As void
GFX As B4RAdafruitGFX
Gets the graphics object.
Initialize16 (A As Byte, B As Byte, C As Byte, SCLK As Byte, Latch As Byte, OE As Byte, DBuf As Boolean) As void
Initialize32 (A As Byte, B As Byte, C As Byte, D As Byte, SCLK As Byte, Latch As Byte, OE As Byte, DBuf As Boolean, Width As Byte) As void
UpdateDisplay As void
Draws the internal buffer to the screen.
Top