LCDGFX LCD display driver
1.1.5
This library is developed to control SSD1306/SSD1325/SSD1327/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
This is the complete list of members for NanoDisplayOps8< I >, including all inherited members.
BITS_PER_PIXEL | NanoDisplayOps8< I > | static |
clear() | NanoDisplayOps8< I > | |
drawBitmap1(lcdint_t x, lcdint_t y, lcduint_t w, lcduint_t h, const uint8_t *bitmap) __attribute__((noinline)) | NanoDisplayOps8< I > | |
drawBitmap16(lcdint_t xpos, lcdint_t ypos, lcduint_t w, lcduint_t h, const uint8_t *bitmap) | NanoDisplayOps8< I > | |
drawBitmap4(lcdint_t x, lcdint_t y, lcduint_t w, lcduint_t h, const uint8_t *bitmap) __attribute__((noinline)) | NanoDisplayOps8< I > | |
drawBitmap8(lcdint_t x, lcdint_t y, lcduint_t w, lcduint_t h, const uint8_t *bitmap) | NanoDisplayOps8< I > | |
drawBuffer1(lcdint_t x, lcdint_t y, lcduint_t w, lcduint_t h, const uint8_t *buffer) __attribute__((noinline)) | NanoDisplayOps8< I > | |
drawBuffer16(lcdint_t xpos, lcdint_t ypos, lcduint_t w, lcduint_t h, const uint8_t *buffer) __attribute__((noinline)) | NanoDisplayOps8< I > | |
drawBuffer1Fast(lcdint_t x, lcdint_t y, lcduint_t w, lcduint_t h, const uint8_t *buffer) | NanoDisplayOps8< I > | |
drawBuffer4(lcdint_t x, lcdint_t y, lcduint_t w, lcduint_t h, const uint8_t *buffer) __attribute__((noinline)) | NanoDisplayOps8< I > | |
drawBuffer8(lcdint_t x, lcdint_t y, lcduint_t w, lcduint_t h, const uint8_t *buffer) | NanoDisplayOps8< I > | |
drawHLine(lcdint_t x1, lcdint_t y1, lcdint_t x2) | NanoDisplayOps8< I > | |
drawVLine(lcdint_t x1, lcdint_t y1, lcdint_t y2) | NanoDisplayOps8< I > | |
drawXBitmap(lcdint_t x, lcdint_t y, lcduint_t w, lcduint_t h, const uint8_t *bitmap) | NanoDisplayOps8< I > | |
fill(uint16_t color) | NanoDisplayOps8< I > | |
fillRect(lcdint_t x1, lcdint_t y1, lcdint_t x2, lcdint_t y2) __attribute__((noinline)) | NanoDisplayOps8< I > | |
getColor() | NanoDisplayBase< I > | inline |
getFont() | NanoDisplayBase< I > | inline |
getInterface() | NanoDisplayBase< I > | inline |
height() | NanoDisplayBase< I > | inline |
invertColors() | NanoDisplayBase< I > | inline |
m_bgColor | NanoDisplayBase< I > | protected |
m_color | NanoDisplayBase< I > | protected |
m_cursorX | NanoDisplayBase< I > | protected |
m_cursorY | NanoDisplayBase< I > | protected |
m_font | NanoDisplayBase< I > | protected |
m_fontStyle | NanoDisplayBase< I > | protected |
m_h | NanoDisplayBase< I > | protected |
m_intf | NanoDisplayBase< I > | protected |
m_p | NanoDisplayBase< I > | protected |
m_textMode | NanoDisplayBase< I > | protected |
m_w | NanoDisplayBase< I > | protected |
NanoDisplayBase(I &intf) | NanoDisplayBase< I > | inlineexplicit |
offsetEnd() const | NanoDisplayBase< I > | inline |
printChar(uint8_t c) | NanoDisplayOps8< I > | |
printFixed(lcdint_t xpos, lcdint_t y, const char *ch, EFontStyle style=STYLE_NORMAL) __attribute__((noinline)) | NanoDisplayOps8< I > | |
putPixel(lcdint_t x, lcdint_t y) __attribute__((noinline)) | NanoDisplayOps8< I > | |
rect() const | NanoDisplayBase< I > | inline |
setBackground(uint16_t color) | NanoDisplayBase< I > | inline |
setColor(uint16_t color) | NanoDisplayBase< I > | inline |
setFixedFont(const uint8_t *progmemFont) | NanoDisplayBase< I > | inline |
setFixedFont(const uint8_t *progmemFont, const uint8_t *secondaryFont) | NanoDisplayBase< I > | inline |
setFont(NanoFont &font) | NanoDisplayBase< I > | inline |
setFontSpacing(uint8_t spacing) | NanoDisplayBase< I > | inline |
setFreeFont(const uint8_t *progmemFont, const uint8_t *secondaryFont=nullptr) | NanoDisplayBase< I > | inline |
setTextCursor(lcdint_t x, lcdint_t y) | NanoDisplayBase< I > | inline |
swapDimensions() | NanoDisplayBase< I > | inline |
width() | NanoDisplayBase< I > | inline |
write(uint8_t c) __attribute__((noinline)) | NanoDisplayOps8< I > |