_CurrentFontheight | ERM19264_graphics | private |
_CurrentFontLength | ERM19264_graphics | private |
_CurrentFontoffset | ERM19264_graphics | private |
_CurrentFontWidth | ERM19264_graphics | private |
_cursorX | ERM19264_graphics | protected |
_cursorY | ERM19264_graphics | protected |
_FontNumber | ERM19264_graphics | private |
_height | ERM19264_graphics | protected |
_textBgColor | ERM19264_graphics | protected |
_textColor | ERM19264_graphics | protected |
_textSize | ERM19264_graphics | protected |
_textWrap | ERM19264_graphics | protected |
_width | ERM19264_graphics | protected |
drawBitmap(int16_t x, int16_t y, const uint8_t *bitmap, int16_t w, int16_t h, uint8_t color, uint8_t bg) | ERM19264_graphics | |
drawBitmapAddr | ERM19264_graphics | protected |
drawChar(uint8_t x, uint8_t y, uint8_t c, uint8_t color, uint8_t bg) | ERM19264_graphics | |
drawChar(int16_t x, int16_t y, unsigned char c, uint8_t color, uint8_t bg, uint8_t s) | ERM19264_graphics | |
drawCircle(int16_t x0, int16_t y0, int16_t r, uint8_t color) | ERM19264_graphics | |
drawCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername, uint8_t color) | ERM19264_graphics | |
drawFastHLine(int16_t x, int16_t y, int16_t w, uint8_t color) | ERM19264_graphics | |
drawFastVLine(int16_t x, int16_t y, int16_t h, uint8_t color) | ERM19264_graphics | |
drawLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint8_t color) | ERM19264_graphics | |
drawPixel(int16_t x, int16_t y, uint8_t color)=0 (defined in ERM19264_graphics) | ERM19264_graphics | pure virtual |
drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint8_t color) | ERM19264_graphics | |
drawRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint8_t color) | ERM19264_graphics | |
drawText(uint8_t x, uint8_t y, char *pText, uint8_t color, uint8_t bg) | ERM19264_graphics | |
drawText(uint8_t x, uint8_t y, char *pTxt, uint8_t c, uint8_t bg, uint8_t s) | ERM19264_graphics | |
drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint8_t color) | ERM19264_graphics | |
ERM19264_graphics(int16_t w, int16_t h) | ERM19264_graphics | |
fillCircle(int16_t x0, int16_t y0, int16_t r, uint8_t color) | ERM19264_graphics | |
fillCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername, int16_t delta, uint8_t color) | ERM19264_graphics | |
fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint8_t color) | ERM19264_graphics | |
fillRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint8_t color) | ERM19264_graphics | |
fillScreen(uint8_t color) | ERM19264_graphics | |
fillTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint8_t color) | ERM19264_graphics | |
getRotation(void) | ERM19264_graphics | |
HEIGHT | ERM19264_graphics | protected |
height(void) const | ERM19264_graphics | |
LCD_Font_height_e enum name | ERM19264_graphics | private |
LCD_Font_Length_e enum name | ERM19264_graphics | private |
LCD_Font_offset_e enum name | ERM19264_graphics | private |
LCD_Font_width_e enum name | ERM19264_graphics | private |
LCD_rotate | ERM19264_graphics | protected |
setCursor(int16_t x, int16_t y) | ERM19264_graphics | |
setDrawBitmapAddr(boolean mode) | ERM19264_graphics | |
setFontNum(LCD_Font_Type_e FontNumber) | ERM19264_graphics | |
setRotation(LCD_rotate_e) | ERM19264_graphics | |
setTextColor(uint8_t c) | ERM19264_graphics | |
setTextColor(uint8_t c, uint8_t bg) | ERM19264_graphics | |
setTextSize(uint8_t s) | ERM19264_graphics | |
setTextWrap(boolean w) | ERM19264_graphics | |
UC1609Font_height_12 enum value | ERM19264_graphics | private |
UC1609Font_height_16 enum value | ERM19264_graphics | private |
UC1609Font_height_24 enum value | ERM19264_graphics | private |
UC1609Font_height_32 enum value | ERM19264_graphics | private |
UC1609Font_height_8 enum value | ERM19264_graphics | private |
UC1609Font_offset_minus enum value | ERM19264_graphics | private |
UC1609Font_offset_none enum value | ERM19264_graphics | private |
UC1609Font_offset_space enum value | ERM19264_graphics | private |
UC1609Font_offset_zero enum value | ERM19264_graphics | private |
UC1609Font_width_16 enum value | ERM19264_graphics | private |
UC1609Font_width_3 enum value | ERM19264_graphics | private |
UC1609Font_width_4 enum value | ERM19264_graphics | private |
UC1609Font_width_5 enum value | ERM19264_graphics | private |
UC1609Font_width_6 enum value | ERM19264_graphics | private |
UC1609Font_width_7 enum value | ERM19264_graphics | private |
UC1609Font_width_8 enum value | ERM19264_graphics | private |
UC1609FontLenAll enum value | ERM19264_graphics | private |
UC1609FontLenAlphaNum enum value | ERM19264_graphics | private |
UC1609FontLenAlphaNumNoLCase enum value | ERM19264_graphics | private |
UC1609FontLenHalf enum value | ERM19264_graphics | private |
UC1609FontLenNumeric enum value | ERM19264_graphics | private |
WIDTH | ERM19264_graphics | protected |
width(void) const | ERM19264_graphics | |
write(uint8_t) | ERM19264_graphics | virtual |