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

rMCUFRIEND_kbv

List of types:

MCUFRIEND_kbv

MCUFRIEND_kbv


Events:

None

Members:


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

  COLOR_BLACK As UInt

  COLOR_BLUE As UInt

  COLOR_CYAN As UInt

  COLOR_GREEN As UInt

  COLOR_MAGENTA As UInt

  COLOR_PINK As UInt

  COLOR_RED As UInt

  COLOR_WHITE As UInt

  COLOR_YELLOW As UInt

  FillScreen (Color As UInt) As void

  GFX As B4RAdafruitGFX

  Initialize (CS As Byte, RS As Byte, WR As Byte, RD As Byte, RST As Byte) As void

  SetRotation (Rotation As Byte) As void

Members description:

Color (R As Byte, G As Byte, B As Byte) As UInt
COLOR_BLACK As UInt
COLOR_BLUE As UInt
COLOR_CYAN As UInt
COLOR_GREEN As UInt
COLOR_MAGENTA As UInt
COLOR_PINK As UInt
COLOR_RED As UInt
COLOR_WHITE As UInt
COLOR_YELLOW As UInt
FillScreen (Color As UInt) As void
GFX As B4RAdafruitGFX
Gets the graphics object. Make sure to call Display to apply the changes.
Initialize (CS As Byte, RS As Byte, WR As Byte, RD As Byte, RST As Byte) As void
SetRotation (Rotation As Byte) As void
Rotation should be between 0 to 3.
Top