|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFramebufferDevice
This interface defines the low-level calls to the base display.
| Method Summary | |
|---|---|
void |
clear()
Clear the display. |
int |
getDepth()
Number of colors the display supports. |
int |
getHeight()
|
int |
getWidth()
|
void |
redraw()
Refresh the display from the internal buffer. |
void |
setBacklight(boolean light)
|
void |
write(int x,
int y,
boolean[][] bitmap)
|
void |
write(int x,
int y,
java.lang.String message,
int charWidth,
int charHeight)
|
void |
write(int x,
int y,
java.lang.String message,
java.lang.String fontFile,
int charWidth,
int charHeight)
High-level method to write text to base LCD allowing a custom font. |
| Method Detail |
|---|
void clear()
int getDepth()
int getHeight()
int getWidth()
void redraw()
void setBacklight(boolean light)
light - true for on, false for off.
void write(int x,
int y,
boolean[][] bitmap)
x - y - bitmap -
void write(int x,
int y,
java.lang.String message,
int charWidth,
int charHeight)
x - y - message - charWidth - charHeight -
void write(int x,
int y,
java.lang.String message,
java.lang.String fontFile,
int charWidth,
int charHeight)
message -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||