public interface DisplayDeviceAdaptor
Modifier and Type | Field and Description |
---|---|
static int |
COLOR_MODE_ARGB8888 |
static int |
COLOR_MODE_RGB565 |
static int |
COLOR_MODE_RGB666 |
static int |
COLOR_MODE_RGB888 |
Modifier and Type | Method and Description |
---|---|
void |
clear(int rgb) |
void |
flush() |
int |
getColorMode() |
int |
getDisplayHeight() |
int |
getDisplayWidth() |
void |
showImage(int top_left_x,
int top_left_y,
Image image,
boolean delayshow) |
void |
showText(int top_left_x,
int top_left_y,
Text text,
boolean delayshow) |
void |
turnOffBacklight() |
void |
turnOnBacklight() |
void |
update(int top_left_x,
int top_left_y,
ImageBuffer framebuffer,
boolean delayshow) |
static final int COLOR_MODE_RGB565
static final int COLOR_MODE_RGB666
static final int COLOR_MODE_RGB888
static final int COLOR_MODE_ARGB8888
int getDisplayWidth()
int getDisplayHeight()
int getColorMode()
void clear(int rgb)
void update(int top_left_x, int top_left_y, ImageBuffer framebuffer, boolean delayshow)
void showImage(int top_left_x, int top_left_y, Image image, boolean delayshow)
void showText(int top_left_x, int top_left_y, Text text, boolean delayshow)
void flush()
void turnOnBacklight()
void turnOffBacklight()