| _arcAngleMax | color16_graphics | protected |
| _arcAngleOffset | color16_graphics | protected |
| _currentPowerState | GC9A01_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 |
| _displayOn | GC9A01_TFT | 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 | GC9A01_TFT | private |
| _HighFreqDelay | color16_graphics | protected |
| _resetPinOn | GC9A01_TFT | private |
| _sleepDelay | GC9A01_TFT | private |
| _spiBaud | GC9A01_TFT | private |
| _spiChan | GC9A01_TFT | private |
| _spiDev | GC9A01_TFT | private |
| _spiFlags | GC9A01_TFT | private |
| _spiHandle | color16_graphics | protected |
| _textbgcolor | color16_graphics | protected |
| _textCharPixelOrBuffer | color16_graphics | private |
| _textcolor | color16_graphics | protected |
| _textwrap | color16_graphics | protected |
| _width | color16_graphics | protected |
| _widthStartTFT | GC9A01_TFT | private |
| _XStart | color16_graphics | protected |
| _YStart | color16_graphics | protected |
| availableForWrite() | Print | virtual |
| BaseNum enum name | Print | |
| clearWriteError() | Print | |
| cmdInitSequence(void) | GC9A01_TFT | private |
| 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 | GC9A01_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, bool printBg=false) | 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) | 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 |
| GC9A01_BLANK_PORCH_CTRL | GC9A01_TFT | privatestatic |
| GC9A01_CASET | GC9A01_TFT | privatestatic |
| GC9A01_COLMOD | GC9A01_TFT | privatestatic |
| GC9A01_CONTINUE | GC9A01_TFT | privatestatic |
| GC9A01_DISPOFF | GC9A01_TFT | privatestatic |
| GC9A01_DISPON | GC9A01_TFT | privatestatic |
| GC9A01_FRAMERATE | GC9A01_TFT | privatestatic |
| GC9A01_FUNCTION_CTRL | GC9A01_TFT | privatestatic |
| GC9A01_GAMMA1 | GC9A01_TFT | privatestatic |
| GC9A01_GAMMA2 | GC9A01_TFT | privatestatic |
| GC9A01_GAMMA3 | GC9A01_TFT | privatestatic |
| GC9A01_GAMMA4 | GC9A01_TFT | privatestatic |
| GC9A01_GETLINE | GC9A01_TFT | privatestatic |
| GC9A01_IDLEOFF | GC9A01_TFT | privatestatic |
| GC9A01_IDLEON | GC9A01_TFT | privatestatic |
| GC9A01_IFACE | GC9A01_TFT | privatestatic |
| GC9A01_INREGEN1 | GC9A01_TFT | privatestatic |
| GC9A01_INREGEN2 | GC9A01_TFT | privatestatic |
| GC9A01_INVOFF | GC9A01_TFT | privatestatic |
| GC9A01_INVON | GC9A01_TFT | privatestatic |
| GC9A01_MADCTL | GC9A01_TFT | privatestatic |
| GC9A01_NORON | GC9A01_TFT | privatestatic |
| GC9A01_POWER1 | GC9A01_TFT | privatestatic |
| GC9A01_POWER2 | GC9A01_TFT | privatestatic |
| GC9A01_POWER3 | GC9A01_TFT | privatestatic |
| GC9A01_POWER4 | GC9A01_TFT | privatestatic |
| GC9A01_POWER7 | GC9A01_TFT | privatestatic |
| GC9A01_PTLAR | GC9A01_TFT | privatestatic |
| GC9A01_PTLON | GC9A01_TFT | privatestatic |
| GC9A01_RAMWR | GC9A01_TFT | privatestatic |
| GC9A01_RASET | GC9A01_TFT | privatestatic |
| GC9A01_RDDID | GC9A01_TFT | privatestatic |
| GC9A01_RDDST | GC9A01_TFT | privatestatic |
| GC9A01_RDID1 | GC9A01_TFT | privatestatic |
| GC9A01_RDID2 | GC9A01_TFT | privatestatic |
| GC9A01_RDID3 | GC9A01_TFT | privatestatic |
| GC9A01_SETBRIGHT | GC9A01_TFT | privatestatic |
| GC9A01_SETCTRL | GC9A01_TFT | privatestatic |
| GC9A01_SLPIN | GC9A01_TFT | privatestatic |
| GC9A01_SLPOUT | GC9A01_TFT | privatestatic |
| GC9A01_SPI2DATA | GC9A01_TFT | privatestatic |
| GC9A01_SWRESET | GC9A01_TFT | privatestatic |
| GC9A01_TEARSET | GC9A01_TFT | privatestatic |
| GC9A01_TEOFF | GC9A01_TFT | privatestatic |
| GC9A01_TEON | GC9A01_TFT | privatestatic |
| GC9A01_TEWC | GC9A01_TFT | privatestatic |
| GC9A01_TFT() | GC9A01_TFT | |
| GC9A01_VSCRDEF | GC9A01_TFT | privatestatic |
| GC9A01_VSCRSADD | GC9A01_TFT | privatestatic |
| getArcAngleMax() const | color16_graphics | |
| getArcAngleOffset() const | color16_graphics | |
| getDisplaySPIBlockSize() const | color16_graphics | |
| getInvertFont(void) | display_Fonts | |
| getTextCharPixelOrBuffer() const | color16_graphics | |
| getWriteError() | Print | |
| HighFreqDelayGet(void) | GC9A01_TFT | |
| HighFreqDelaySet(uint16_t) | GC9A01_TFT | |
| pixel_color565_e enum name | color16_graphics | |
| PowerState_e enum name | GC9A01_TFT | |
| Print() (defined in Print) | Print | inline |
| 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 |
| 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 |
| 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 | GC9A01_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 | |
| setTextCharPixelOrBuffer(bool mode) | color16_graphics | |
| 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 |
| spiRead(void) | color16_graphics | protected |
| spiWrite(uint8_t) | color16_graphics | protected |
| spiWriteDataBuffer(uint8_t *spidata, int len) | color16_graphics | protected |
| TFTchangeInvertMode(bool m) | GC9A01_TFT | |
| TFTClock_Data_ChipSelect_Pins(void) | GC9A01_TFT | private |
| TFTDataCommandPin(void) | GC9A01_TFT | private |
| TFTenableDisplay(bool m) | GC9A01_TFT | |
| TFTGC9A01Initialize(void) | GC9A01_TFT | private |
| TFTInitScreenSize(uint16_t w, uint16_t h) | GC9A01_TFT | |
| TFTInitSPI(uint16_t CommDelay, int gpioDev) | GC9A01_TFT | |
| TFTInitSPI(int device, int channel, int speed, int flags, int gpioDev) | GC9A01_TFT | |
| TFTPowerDown(void) | GC9A01_TFT | |
| TFTResetPin(void) | GC9A01_TFT | |
| TFTScrollModeLeave(void) | GC9A01_TFT | |
| TFTsetBrightness(uint8_t level) | GC9A01_TFT | |
| TFTsetPowerMode(PowerState_e m) | GC9A01_TFT | |
| TFTsetRotation(display_rotate_e r) | GC9A01_TFT | |
| TFTsetScrollArea(uint16_t topFixed, uint16_t scrollArea, uint16_t bottomFixed) | GC9A01_TFT | |
| TFTsetScrollStart(uint16_t vsp) | GC9A01_TFT | |
| TFTSetupGPIO(int8_t, int8_t, int8_t, int8_t, int8_t) | GC9A01_TFT | |
| TFTSetupGPIO(int8_t, int8_t) | GC9A01_TFT | |
| TFTSetupResetPin(int8_t rst) | GC9A01_TFT | private |
| 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 |
| ~GC9A01_TFT() (defined in GC9A01_TFT) | GC9A01_TFT | inline |