, including all inherited members.
Bitmap(int width, int height) | Bitmap | |
bitsPerPixel() const | Bitmap | [inline] |
Black | Bitmap | [static] |
charWidth(char ch) const | Bitmap | |
clear(Color color=Black) | Bitmap | |
Color typedef | Bitmap | |
copy(int x, int y, int width, int height, Bitmap *dest, int destX, int destY) | Bitmap | |
data() | Bitmap | [inline] |
data() const | Bitmap | [inline] |
disableTimer1() | DMD | |
disableTimer2() | DMD | |
DMD(int widthPanels=1, int heightPanels=1) | DMD | [explicit] |
doubleBuffer() const | DMD | [inline] |
drawBitmap(int x, int y, const Bitmap &bitmap, Color color=White) | Bitmap | |
drawBitmap(int x, int y, const prog_uint8_t *bitmap, Color color=White) | Bitmap | |
drawChar(int x, int y, char ch) | Bitmap | |
drawCircle(int centerX, int centerY, int radius, Color borderColor=White, Color fillColor=NoFill) | Bitmap | |
drawFilledCircle(int centerX, int centerY, int radius, Color color=White) | Bitmap | [inline] |
drawFilledRect(int x1, int y1, int x2, int y2, Color color=White) | Bitmap | [inline] |
drawInvertedBitmap(int x, int y, const Bitmap &bitmap) | Bitmap | [inline] |
drawInvertedBitmap(int x, int y, const prog_uint8_t *bitmap) | Bitmap | [inline] |
drawLine(int x1, int y1, int x2, int y2, Color color=White) | Bitmap | |
drawRect(int x1, int y1, int x2, int y2, Color borderColor=White, Color fillColor=NoFill) | Bitmap | |
drawText(int x, int y, const char *str, int len=-1) | Bitmap | |
drawText(int x, int y, const String &str, int start=0, int len=-1) | Bitmap | |
enableTimer1() | DMD | |
enableTimer2() | DMD | |
fill(int x, int y, int width, int height, Color color) | Bitmap | |
fill(int x, int y, int width, int height, const prog_uint8_t *pattern, Color color=White) | Bitmap | |
font() const | Bitmap | [inline] |
fromRGB(uint8_t r, uint8_t g, uint8_t b) | DMD | [static] |
height() const | Bitmap | [inline] |
invert(int x, int y, int width, int height) | Bitmap | |
isValid() const | Bitmap | [inline] |
loop() | DMD | |
NoFill | Bitmap | [static] |
pixel(int x, int y) const | Bitmap | |
refresh() | DMD | |
scroll(int dx, int dy, Color fillColor=Black) | Bitmap | [inline] |
scroll(int x, int y, int width, int height, int dx, int dy, Color fillColor=Black) | Bitmap | |
setDoubleBuffer(bool doubleBuffer) | DMD | |
setFont(const prog_uint8_t *font) | Bitmap | [inline] |
setPixel(int x, int y, Color color) | Bitmap | |
setTextColor(Color color) | Bitmap | [inline] |
stride() const | Bitmap | [inline] |
swapBuffers() | DMD | |
swapBuffersAndCopy() | DMD | |
textColor() const | Bitmap | [inline] |
textHeight() const | Bitmap | |
textWidth(const char *str, int len=-1) const | Bitmap | |
textWidth(const String &str, int start=0, int len=-1) const | Bitmap | |
White | Bitmap | [static] |
width() const | Bitmap | [inline] |
~Bitmap() | Bitmap | |
~DMD() | DMD | |