|
synchronized void | delete () |
|
void | setAddrWindow (short x0, short y0, short x1, short y1) |
|
void | drawPixel (short x, short y, int color) |
|
void | refresh () |
|
void | drawChar (short x, short y, short data, int color, int bg, short size) |
|
void | print (String msg) |
|
int | setPixel (int x, int y, int color) |
|
void | fillScreen (int color) |
|
void | fillRect (short x, short y, short w, short h, int color) |
|
void | drawFastVLine (short x, short y, short h, int color) |
|
void | drawLine (short x0, short y0, short x1, short y1, int color) |
|
void | drawTriangle (short x0, short y0, short x1, short y1, short x2, short y2, int color) |
|
void | drawCircle (short x, short y, short r, int color) |
|
void | setCursor (short x, short y) |
|
void | setTextColor (int textColor, int textBGColor) |
|
void | setTextSize (short size) |
|
void | setTextWrap (short wrap) |
|
void | setM_height (int value) |
|
int | getM_height () |
|
void | setM_width (int value) |
|
int | getM_width () |
|
void | setM_textSize (int value) |
|
int | getM_textSize () |
|
void | setM_textColor (int value) |
|
int | getM_textColor () |
|
void | setM_textBGColor (int value) |
|
int | getM_textBGColor () |
|
void | setM_cursorX (int value) |
|
int | getM_cursorX () |
|
void | setM_cursorY (int value) |
|
int | getM_cursorY () |
|
void | setM_wrap (int value) |
|
int | getM_wrap () |
|