_arcAngleMax | color16_graphics | protected |
_arcAngleOffset | color16_graphics | protected |
_colstart | ST7735_TFT | private |
_cursorX | color16_graphics | protected |
_cursorY | color16_graphics | protected |
_DeviceNumGpioChip | color16_graphics | protected |
_Display_CS | color16_graphics | protected |
_Display_DC | color16_graphics | protected |
_Display_MISO | color16_graphics | protected |
_Display_RST | color16_graphics | protected |
_Display_SCLK | color16_graphics | protected |
_Display_SDATA | color16_graphics | protected |
_Display_SPI_BLK_SIZE | color16_graphics | private |
_ErrorFlag | Print | private |
_Font_X_Size | display_Fonts | protected |
_Font_Y_Size | display_Fonts | protected |
_FontInverted | display_Fonts | private |
_FontNumChars | display_Fonts | protected |
_FontOffset | display_Fonts | protected |
_FontSelect | display_Fonts | protected |
_GpioHandle | color16_graphics | protected |
_hardwareSPI | color16_graphics | protected |
_height | color16_graphics | protected |
_heightStartTFT | ST7735_TFT | private |
_HighFreqDelay | color16_graphics | protected |
_rowstart | ST7735_TFT | private |
_spiBaud | ST7735_TFT | private |
_spiChan | ST7735_TFT | private |
_spiDev | ST7735_TFT | private |
_spiFlags | ST7735_TFT | private |
_spiHandle | color16_graphics | protected |
_textbgcolor | color16_graphics | protected |
_textcolor | color16_graphics | protected |
_textwrap | color16_graphics | protected |
_width | color16_graphics | protected |
_widthStartTFT | ST7735_TFT | private |
_XStart | color16_graphics | protected |
_YStart | color16_graphics | protected |
availableForWrite() | Print | virtual |
BaseNum enum name | Print | |
Bcmd(void) | ST7735_TFT | private |
clearWriteError() | Print | |
color16_graphics() | color16_graphics | |
Color565(int16_t, int16_t, int16_t) | color16_graphics | |
defaultFormat() | Print | inlineprivatestatic |
Degrees_0 enum value | color16_graphics | |
Degrees_180 enum value | color16_graphics | |
Degrees_270 enum value | color16_graphics | |
Degrees_90 enum value | color16_graphics | |
display_Fonts() | display_Fonts | |
display_rotate_e enum name | color16_graphics | |
displayRotate | ST7735_TFT | |
drawArc(uint16_t cx, uint16_t cy, uint16_t radius, uint16_t thickness, float startAngle, float endAngle, uint16_t color) | color16_graphics | |
drawBitmap(uint16_t x, uint16_t y, uint16_t w, uint16_t h, uint16_t color, uint16_t bgcolor, const std::span< const uint8_t > data) | color16_graphics | |
drawBitmap16(uint16_t x, uint16_t y, const std::span< const uint8_t > data, uint16_t w, uint16_t h) | color16_graphics | |
drawBitmap24(uint16_t x, uint16_t y, const std::span< const uint8_t > data, uint16_t w, uint16_t h) | color16_graphics | |
drawCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color) | color16_graphics | |
drawDotGrid(int16_t x, int16_t y, int16_t w, int16_t h, uint8_t DotGridGap, uint16_t color) | color16_graphics | |
drawEllipse(int16_t cx, int16_t cy, int16_t semiMajorAxis, int16_t semiMinorAxis, bool fill, uint16_t color) | color16_graphics | |
drawFastHLine(uint16_t x, uint16_t y, uint16_t w, uint16_t color) | color16_graphics | |
drawFastVLine(uint16_t x, uint16_t y, uint16_t h, uint16_t color) | color16_graphics | |
drawIcon(uint16_t x, uint16_t y, uint16_t w, uint16_t color, uint16_t bgcolor, const std::span< const uint8_t > data) | color16_graphics | |
drawLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint16_t color) | color16_graphics | |
drawLineAngle(int16_t x, int16_t y, int angle, uint8_t start, uint8_t length, int offset, uint16_t color) | color16_graphics | |
drawPixel(uint16_t, uint16_t, uint16_t) | color16_graphics | |
drawPolygon(int16_t x, int16_t y, uint8_t sides, int16_t diameter, float rotation, bool fill, uint16_t color) | color16_graphics | |
drawQuadrilateral(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, int16_t x3, int16_t y3, uint16_t color) | color16_graphics | |
drawRectWH(uint16_t x, uint16_t y, uint16_t w, uint16_t h, uint16_t color) | color16_graphics | |
drawRoundRect(uint16_t x, uint16_t y, uint16_t w, uint16_t h, uint16_t r, uint16_t color) | color16_graphics | |
drawSimpleArc(int16_t cx, int16_t cy, int16_t radius, float startAngle, float endAngle, uint16_t color) | color16_graphics | |
drawSprite(uint16_t x, uint16_t y, const std::span< const uint8_t > data, uint16_t w, uint16_t h, uint16_t backgroundColor) | color16_graphics | |
drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color) | color16_graphics | |
fillCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color) | color16_graphics | |
fillQuadrilateral(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, int16_t x3, int16_t y3, uint16_t color, bool useTriangleSplit=true) | color16_graphics | |
fillRect(uint16_t x, uint16_t y, uint16_t w, uint16_t h, uint16_t color) | color16_graphics | |
fillRectangle(uint16_t, uint16_t, uint16_t, uint16_t, uint16_t) | color16_graphics | |
fillRoundRect(uint16_t x, uint16_t y, uint16_t w, uint16_t h, uint16_t r, uint16_t color) | color16_graphics | |
fillScreen(uint16_t color) | color16_graphics | |
fillTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color) | color16_graphics | |
formatElement(const T &element, int format) | Print | inlineprivate |
getArcAngleMax() const | color16_graphics | |
getArcAngleOffset() const | color16_graphics | |
getDisplaySPIBlockSize() const | color16_graphics | |
getInvertFont(void) | display_Fonts | |
getWriteError() | Print | |
HighFreqDelayGet(void) | ST7735_TFT | |
HighFreqDelaySet(uint16_t) | ST7735_TFT | |
pixel_color565_e enum name | color16_graphics | |
print(const char[]) | Print | |
print(char) | Print | |
print(int, int=RDL_DEC) | Print | |
print(unsigned int, int=RDL_DEC) | Print | |
print(long, int=RDL_DEC) | Print | |
print(unsigned long, int=RDL_DEC) | Print | |
print(double, int=2) | Print | |
print(const std::string &) | Print | |
print(const std::vector< T > &v, int format=defaultFormat< T >()) | Print | inline |
print(const std::array< T, N > &arr, int format=defaultFormat< T >()) | Print | inline |
Print() (defined in Print) | Print | inline |
printFloat(double, uint8_t) | Print | private |
println(const char[]) | Print | |
println(char) | Print | |
println(int, int=RDL_DEC) | Print | |
println(unsigned int, int=RDL_DEC) | Print | |
println(long, int=RDL_DEC) | Print | |
println(unsigned long, int=RDL_DEC) | Print | |
println(double, int=2) | Print | |
println(void) | Print | |
println(const std::string &s) | Print | |
println(const std::vector< T > &vec, int format=defaultFormat< T >()) | Print | inline |
println(const std::array< T, N > &arr, int format=defaultFormat< T >()) | Print | inline |
printNumber(unsigned long, uint8_t) | Print | private |
pushColor(uint16_t color) | color16_graphics | protected |
Rcmd1(void) | ST7735_TFT | private |
Rcmd2green(void) | ST7735_TFT | private |
Rcmd2red(void) | ST7735_TFT | private |
Rcmd3(void) | ST7735_TFT | private |
RDL_BIN enum value | Print | |
RDL_DEC enum value | Print | |
RDL_HEX enum value | Print | |
RDL_OCT enum value | Print | |
RDLC_BEIGE enum value | color16_graphics | |
RDLC_BLACK enum value | color16_graphics | |
RDLC_BLUE enum value | color16_graphics | |
RDLC_BROWN enum value | color16_graphics | |
RDLC_CYAN enum value | color16_graphics | |
RDLC_DCYAN enum value | color16_graphics | |
RDLC_DGREEN enum value | color16_graphics | |
RDLC_DGREY enum value | color16_graphics | |
RDLC_GREEN enum value | color16_graphics | |
RDLC_GREY enum value | color16_graphics | |
RDLC_GYELLOW enum value | color16_graphics | |
RDLC_LBLUE enum value | color16_graphics | |
RDLC_LGREY enum value | color16_graphics | |
RDLC_MAGENTA enum value | color16_graphics | |
RDLC_MAROON enum value | color16_graphics | |
RDLC_NAVY enum value | color16_graphics | |
RDLC_OLIVE enum value | color16_graphics | |
RDLC_ORANGE enum value | color16_graphics | |
RDLC_PINK enum value | color16_graphics | |
RDLC_PURPLE enum value | color16_graphics | |
RDLC_RED enum value | color16_graphics | |
RDLC_TAN enum value | color16_graphics | |
RDLC_WHITE enum value | color16_graphics | |
RDLC_YELLOW enum value | color16_graphics | |
setAddrWindow(uint16_t, uint16_t, uint16_t, uint16_t) override | ST7735_TFT | virtual |
setArcAngleMax(float arcAngleMax) | color16_graphics | |
setArcAngleOffset(int arcAngleOffset) | color16_graphics | |
setCursor(int16_t x, int16_t y) | color16_graphics | |
setDisplaySPIBlockSize(int size) | color16_graphics | |
setFont(display_Font_name_e) | display_Fonts | |
setInvertFont(bool invertStatus) | display_Fonts | |
setTextColor(uint16_t c, uint16_t bg) | color16_graphics | |
setTextColor(uint16_t c) | color16_graphics | |
setTextWrap(bool w) | color16_graphics | |
setWriteError(int err=0) | Print | protected |
spiWrite(uint8_t) | color16_graphics | protected |
spiWriteDataBuffer(uint8_t *spidata, int len) | color16_graphics | protected |
ST7735_CASET | ST7735_TFT | privatestatic |
ST7735_COLMOD | ST7735_TFT | privatestatic |
ST7735_DISPOFF | ST7735_TFT | privatestatic |
ST7735_DISPON | ST7735_TFT | privatestatic |
ST7735_DISSET5 | ST7735_TFT | privatestatic |
ST7735_FRMCTR1 | ST7735_TFT | privatestatic |
ST7735_FRMCTR2 | ST7735_TFT | privatestatic |
ST7735_FRMCTR3 | ST7735_TFT | privatestatic |
ST7735_GMCTRN1 | ST7735_TFT | privatestatic |
ST7735_GMCTRP1 | ST7735_TFT | privatestatic |
ST7735_INVCTR | ST7735_TFT | privatestatic |
ST7735_INVOFF | ST7735_TFT | privatestatic |
ST7735_INVON | ST7735_TFT | privatestatic |
ST7735_MADCTL | ST7735_TFT | privatestatic |
ST7735_MADCTL_BGR | ST7735_TFT | privatestatic |
ST7735_MADCTL_MH | ST7735_TFT | privatestatic |
ST7735_MADCTL_ML | ST7735_TFT | privatestatic |
ST7735_MADCTL_MV | ST7735_TFT | privatestatic |
ST7735_MADCTL_MX | ST7735_TFT | privatestatic |
ST7735_MADCTL_MY | ST7735_TFT | privatestatic |
ST7735_MADCTL_RGB | ST7735_TFT | privatestatic |
ST7735_NOP | ST7735_TFT | privatestatic |
ST7735_NORON | ST7735_TFT | privatestatic |
ST7735_PTLAR | ST7735_TFT | privatestatic |
ST7735_PTLON | ST7735_TFT | privatestatic |
ST7735_PWCTR1 | ST7735_TFT | privatestatic |
ST7735_PWCTR2 | ST7735_TFT | privatestatic |
ST7735_PWCTR3 | ST7735_TFT | privatestatic |
ST7735_PWCTR4 | ST7735_TFT | privatestatic |
ST7735_PWCTR5 | ST7735_TFT | privatestatic |
ST7735_PWCTR6 | ST7735_TFT | privatestatic |
ST7735_RAMRD | ST7735_TFT | privatestatic |
ST7735_RAMWR | ST7735_TFT | privatestatic |
ST7735_RASET | ST7735_TFT | privatestatic |
ST7735_RDDID | ST7735_TFT | privatestatic |
ST7735_RDDST | ST7735_TFT | privatestatic |
ST7735_RDID1 | ST7735_TFT | privatestatic |
ST7735_RDID2 | ST7735_TFT | privatestatic |
ST7735_RDID3 | ST7735_TFT | privatestatic |
ST7735_RDID4 | ST7735_TFT | privatestatic |
ST7735_SLPIN | ST7735_TFT | privatestatic |
ST7735_SLPOUT | ST7735_TFT | privatestatic |
ST7735_SWRESET | ST7735_TFT | privatestatic |
ST7735_TFT() | ST7735_TFT | |
ST7735_TFT_Idle_modeOF | ST7735_TFT | privatestatic |
ST7735_TFT_Idle_modeON | ST7735_TFT | privatestatic |
ST7735_VMCTR1 | ST7735_TFT | privatestatic |
ST7735_VSCRDEF | ST7735_TFT | privatestatic |
ST7735_VSCRSADD | ST7735_TFT | privatestatic |
TFT_Display_off_mode enum value | ST7735_TFT | |
TFT_Display_on_mode enum value | ST7735_TFT | |
TFT_Idle_mode enum value | ST7735_TFT | |
TFT_Invert_mode enum value | ST7735_TFT | |
TFT_mode | ST7735_TFT | |
TFT_modes_e enum name | ST7735_TFT | |
TFT_Normal_mode enum value | ST7735_TFT | |
TFT_Partial_mode enum value | ST7735_TFT | |
TFT_PCBtype | ST7735_TFT | |
TFT_PCBtype_e enum name | ST7735_TFT | |
TFT_Sleep_mode enum value | ST7735_TFT | |
TFT_ST7735B enum value | ST7735_TFT | |
TFT_ST7735R_Green enum value | ST7735_TFT | |
TFT_ST7735R_Red enum value | ST7735_TFT | |
TFT_ST7735S_Black enum value | ST7735_TFT | |
TFTBlackTabInitialize(void) | ST7735_TFT | private |
TFTchangeInvertMode(bool invertModeOn) | ST7735_TFT | |
TFTchangeMode(TFT_modes_e m) | ST7735_TFT | |
TFTClock_Data_ChipSelect_Pins(void) | ST7735_TFT | private |
TFTDataCommandPin(void) | ST7735_TFT | private |
TFTGreenTabInitialize(void) | ST7735_TFT | private |
TFTInitPCBType(TFT_PCBtype_e pcbType, uint16_t CommDelay, int gpioDev) | ST7735_TFT | |
TFTInitPCBType(TFT_PCBtype_e pcbType, int device, int channel, int speed, int flags, int gpioDev) | ST7735_TFT | |
TFTInitScreenSize(uint8_t xOffset, uint8_t yOffset, uint16_t w, uint16_t h) | ST7735_TFT | |
TFTPowerDown(void) | ST7735_TFT | |
TFTRedTabInitialize(void) | ST7735_TFT | private |
TFTResetPin(void) | ST7735_TFT | |
TFTsetRotation(display_rotate_e r) | ST7735_TFT | |
TFTsetScrollDefinition(uint8_t th, uint8_t tb, bool sd) | ST7735_TFT | |
TFTSetupGPIO(int8_t, int8_t, int8_t, int8_t, int8_t) | ST7735_TFT | |
TFTSetupGPIO(int8_t, int8_t) | ST7735_TFT | |
TFTSPIInit(void) | ST7735_TFT | private |
TFTST7735BInitialize(void) | ST7735_TFT | private |
TFTVerticalScroll(uint8_t vsp) | ST7735_TFT | |
write(uint8_t) override | color16_graphics | virtual |
Print::write(const uint8_t *buffer, size_t size) | Print | virtual |
Print::write(const char *str) | Print | |
Print::write(const char *buffer, size_t size) | Print | |
writeChar(int16_t x, int16_t y, char value) | color16_graphics | |
writeCharString(int16_t x, int16_t y, char *text) | color16_graphics | |
writeCommand(uint8_t) | color16_graphics | protected |
writeData(uint8_t) | color16_graphics | protected |
~color16_graphics() (defined in color16_graphics) | color16_graphics | inline |
~display_Fonts() (defined in display_Fonts) | display_Fonts | inline |
~ST7735_TFT() (defined in ST7735_TFT) | ST7735_TFT | inline |