AberLED shield library
Library for the bicolor LED (and TFT screen) shield used in CS12020
TFT_ST7735 Member List

This is the complete list of members for TFT_ST7735, including all inherited members.

_heightTFT_ST7735protected
_widthTFT_ST7735protected
addr_colTFT_ST7735protected
addr_rowTFT_ST7735protected
backupSPCR(void)TFT_ST7735
begin(void)TFT_ST7735
color565(uint8_t r, uint8_t g, uint8_t b)TFT_ST7735
commandList(const uint8_t *addr)TFT_ST7735
cursor_xTFT_ST7735protected
cursor_yTFT_ST7735protected
drawBitmap(int16_t x, int16_t y, const uint8_t *bitmap, int16_t w, int16_t h, uint16_t color)TFT_ST7735
drawCentreString(char *string, int dX, int poY, int font)TFT_ST7735
drawChar(int16_t x, int16_t y, unsigned char c, uint16_t color, uint16_t bg, uint8_t font)TFT_ST7735
drawChar(unsigned int uniCode, int x, int y, int font)TFT_ST7735
drawCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color)TFT_ST7735
drawCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername, uint16_t color)TFT_ST7735
drawEllipse(int16_t x0, int16_t y0, int16_t rx, int16_t ry, uint16_t color)TFT_ST7735
drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color)TFT_ST7735
drawFastVLine(int16_t x, int16_t y, int16_t h, uint16_t color)TFT_ST7735
drawFloat(float floatNumber, int decimal, int poX, int poY, int font)TFT_ST7735
drawLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint16_t color)TFT_ST7735
drawNumber(long long_num, int poX, int poY, int font)TFT_ST7735
drawPixel(uint16_t x, uint16_t y, uint16_t color)TFT_ST7735
drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)TFT_ST7735
drawRightString(char *string, int dX, int poY, int font)TFT_ST7735
drawRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint16_t color)TFT_ST7735
drawString(char *string, int poX, int poY, int font)TFT_ST7735
drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color)TFT_ST7735
fillCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color)TFT_ST7735
fillCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername, int16_t delta, uint16_t color)TFT_ST7735
fillEllipse(int16_t x0, int16_t y0, int16_t rx, int16_t ry, uint16_t color)TFT_ST7735
fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)TFT_ST7735
fillRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint16_t color)TFT_ST7735
fillScreen(uint16_t color)TFT_ST7735
fillTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color)TFT_ST7735
fontHeight(int font)TFT_ST7735
fontsLoaded(void)TFT_ST7735
fontsloadedTFT_ST7735protected
getRotation(void)TFT_ST7735
height(void)TFT_ST7735
init(void)TFT_ST7735
invertDisplay(boolean i)TFT_ST7735
padXTFT_ST7735protected
pushColor(uint16_t color)TFT_ST7735
pushColor(uint16_t color, uint16_t len)TFT_ST7735
pushColors(uint16_t *data, uint8_t len)TFT_ST7735
pushColors(uint8_t *data, uint16_t len)TFT_ST7735
restoreSPCR(void)TFT_ST7735
rotationTFT_ST7735protected
setAddrWindow(int16_t x0, int16_t y0, int16_t x1, int16_t y1)TFT_ST7735
setCursor(int16_t x, int16_t y)TFT_ST7735
setCursor(int16_t x, int16_t y, uint8_t font)TFT_ST7735
setRotation(uint8_t r)TFT_ST7735
setTextColor(uint16_t color)TFT_ST7735
setTextColor(uint16_t fgcolor, uint16_t bgcolor)TFT_ST7735
setTextDatum(uint8_t datum)TFT_ST7735
setTextFont(uint8_t font)TFT_ST7735
setTextPadding(uint16_t x_width)TFT_ST7735
setTextSize(uint8_t size)TFT_ST7735
setTextWrap(boolean wrap)TFT_ST7735
spiwrite(uint8_t)TFT_ST7735
textbgcolorTFT_ST7735protected
textcolorTFT_ST7735protected
textdatumTFT_ST7735protected
textfontTFT_ST7735protected
textsizeTFT_ST7735protected
textWidth(char *string, int font)TFT_ST7735
textwrapTFT_ST7735protected
TFT_ST7735(int16_t _W=ST7735_TFTWIDTH, int16_t _H=ST7735_TFTHEIGHT)TFT_ST7735
width(void)TFT_ST7735
write(uint8_t)TFT_ST7735virtual
writecommand(uint8_t c)TFT_ST7735
writedata(uint8_t d)TFT_ST7735
writeEnd(void)TFT_ST7735