public class SecondaryDisplayInterface
extends java.lang.Object
Constructor and Description |
---|
SecondaryDisplayInterface() |
Modifier and Type | Method and Description |
---|---|
static int |
buzzerBeep()
Buzzer beep.
|
static int |
close()
Close the device.
|
static int |
displayDefaultScreen()
Default screen.
|
static int |
ledPower(int nValue)
Power led.
|
static int |
open()
Open device.
|
static int |
setBackground(int nColor)
set background color.
|
static int |
writePicture(int nXcoordinate,
int nYcoordinate,
int nWidth,
int nHeight,
byte[] pData,
int nDataLength)
write picture point data (one point 4 bytes ARGB)
|
public static int open()
public static int writePicture(int nXcoordinate, int nYcoordinate, int nWidth, int nHeight, byte[] pData, int nDataLength)
nXcoordinate:
- X cordinate.nYcoordinate:
- Y cordinate.nWidth:
- Width.nHeight:
- Height.pData
- : all point data.nDataLength
- : point data length.public static int setBackground(int nColor)
nColor
- :
public static int buzzerBeep()
public static int ledPower(int nValue)
nValue
- : 1:open led. 0:close led.public static int displayDefaultScreen()
public static int close()