|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILCDModuleControl
The interface that controls functions of the LCD module.
| Field Summary | |
|---|---|
static int |
BACKLIGHT_HIGH
LCD module backlight setting to HIGH |
static int |
BACKLIGHT_LOW
LCD module backlight setting to LOW |
static int |
BACKLIGHT_MED
LCD module backlight setting to MED |
static int |
BACKLIGHT_OFF
LCD module backlight setting to OFF |
| Method Summary | |
|---|---|
int |
disable()
|
int |
enable()
|
int |
getStatus()
|
int |
setBackLight(int val)
|
int |
setBlackLight(int val)
Deprecated. use setBackLight. |
| Methods inherited from interface com.buglabs.module.IModuleControl |
|---|
getModuleName, getModuleProperties, getSlotId, resume, setModuleProperty, suspend |
| Methods inherited from interface com.buglabs.module.IModuleLEDController |
|---|
setLEDGreen, setLEDRed |
| Field Detail |
|---|
static final int BACKLIGHT_OFF
static final int BACKLIGHT_LOW
static final int BACKLIGHT_MED
static final int BACKLIGHT_HIGH
| Method Detail |
|---|
int setBackLight(int val)
throws java.io.IOException
val - Set's the intensity of the backlight 0-7.
java.io.IOException
int setBlackLight(int val)
throws java.io.IOException
val - Set's the intensity of the backlight 0-7.
java.io.IOException
int getStatus()
throws java.io.IOException
java.io.IOException
int disable()
throws java.io.IOException
java.io.IOException
int enable()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||