MCPcopy Create free account

hub / github.com/Xinyuan-LilyGO/TTGO-T-Display / functions

Functions234 in github.com/Xinyuan-LilyGO/TTGO-T-Display

Methodend_tft_write
** Function name: end_tft_write (was called spi_end) ** Description: End transaction for write and deselect TFT ****************
TFT_eSPI/TFT_eSPI.cpp:51
Methodend_touch_read_write
** Function name: end_touch_read_write - was spi_end_touch ** Description: End transaction and deselect touch controller *******
TFT_eSPI/Extensions/Touch.cpp:34
MethodfillCircle
** Function name: fillCircle ** Description: draw a filled circle **************************************************************
TFT_eSPI/TFT_eSPI.cpp:1688
MethodfillCircleHelper
** Function name: fillCircleHelper ** Description: Support function for fillRoundRect() ****************************************
TFT_eSPI/TFT_eSPI.cpp:1729
MethodfillEllipse
** Function name: fillEllipse ** Description: draw a filled ellipse ************************************************************
TFT_eSPI/TFT_eSPI.cpp:1813
MethodfillRect
** Function name: fillRect ** Description: draw a filled rectangle *************************************************************
TFT_eSPI/TFT_eSPI.cpp:2933
MethodfillRect
** Function name: fillRect ** Description: draw a filled rectangle *************************************************************
TFT_eSPI/Extensions/Sprite.cpp:1886
MethodfillScreen
** Function name: fillScreen ** Description: Clear the screen to defined colour ************************************************
TFT_eSPI/TFT_eSPI.cpp:1858
MethodfillSprite
** Function name: fillSprite ** Description: Fill the whole sprite with defined colour *****************************************
TFT_eSPI/Extensions/Sprite.cpp:1559
MethodfillTriangle
** Function name: fillTriangle ** Description: Draw a filled triangle using 3 arbitrary points *********************************
TFT_eSPI/TFT_eSPI.cpp:1957
MethodfontHeight
** Function name: fontHeight ** Description: return the height of a font (yAdvance for free fonts) *****************************
TFT_eSPI/TFT_eSPI.cpp:2435
MethodfontsLoaded
TFT_eSPI/TFT_eSPI.cpp:2425
MethodframeBuffer
** Function name: frameBuffer ** Description: For 1 bpp Sprites, select the frame used for graphics ****************************
TFT_eSPI/Extensions/Sprite.cpp:282
MethodgetAttachPin
TFT_eSPI/examples/FactoryTest/Button2.h:73
MethodgetAttribute
** Function name: getAttribute ** Description: Get value of an attribute (control parameter) ***********************************
TFT_eSPI/TFT_eSPI.cpp:3065
MethodgetClickType
TFT_eSPI/examples/FactoryTest/Button2.cpp:99
MethodgetCursorX
** Function name: getCursorX ** Description: Get the text cursor x position ****************************************************
TFT_eSPI/TFT_eSPI.cpp:2155
MethodgetCursorY
** Function name: getCursorY ** Description: Get the text cursor y position ****************************************************
TFT_eSPI/TFT_eSPI.cpp:2164
MethodgetNumberOfClicks
TFT_eSPI/examples/FactoryTest/Button2.cpp:93
MethodgetPaletteColor
** Function name: getPaletteColor ** Description: Return the palette color at 4bpp index, or 0 on error. ***********************
TFT_eSPI/Extensions/Sprite.cpp:366
MethodgetPivotX
** Function name: getPivotX ** Description: Get the x pivot position ***********************************************************
TFT_eSPI/TFT_eSPI.cpp:2219
MethodgetPivotX
** Function name: getPivotX ** Description: Get the x pivot position ***********************************************************
TFT_eSPI/Extensions/Sprite.cpp:409
MethodgetPivotY
** Function name: getPivotY ** Description: Get the y pivot position ***********************************************************
TFT_eSPI/TFT_eSPI.cpp:2229
MethodgetPivotY
** Function name: getPivotY ** Description: Get the y pivot position ***********************************************************
TFT_eSPI/Extensions/Sprite.cpp:419
MethodgetPointer
** Function name: getPointer ** Description: Returns pointer to start of sprite memory area ************************************
TFT_eSPI/Extensions/Sprite.cpp:119
MethodgetRotatedBounds
** Function name: getRotatedBounds ** Description: Get TFT bounding box of a rotated Sprite wrt pivot **************************
TFT_eSPI/Extensions/Sprite.cpp:562
MethodgetRotation
** Function name: getRotation ** Description: Return the rotation value (as used by setRotation()) *****************************
TFT_eSPI/TFT_eSPI.cpp:2290
MethodgetRotation
TFT_eSPI/Extensions/Sprite.cpp:1653
MethodgetSetup
** Function name: getSetup ** Description: Get the setup details for diagnostic and sketch access ******************************
TFT_eSPI/TFT_eSPI.cpp:4125
MethodgetSwapBytes
** Function name: getSwapBytes ** Description: Return the swap byte order for colours ******************************************
TFT_eSPI/TFT_eSPI.cpp:1509
MethodgetTextPadding
** Function name: setTextPadding ** Description: Define padding width (aids erasing old text and numbers) **********************
TFT_eSPI/TFT_eSPI.cpp:2281
MethodgetTouch
TFT_eSPI/Extensions/Touch.cpp:163
MethodgetTouchRaw
** Function name: getTouchRaw ** Description: read raw touch position. Always returns true. ***********************************
TFT_eSPI/Extensions/Touch.cpp:55
MethodgetTouchRawZ
** Function name: getTouchRawZ ** Description: read raw pressure on touchpad and return Z value. ******************************
TFT_eSPI/Extensions/Touch.cpp:98
FunctiongpioMode
** Function name: GPIO direction control - supports class functions ** Description: Faster GPIO pin input/output switch *******
TFT_eSPI/Processors/TFT_eSPI_Generic.c:113
FunctiongpioMode
** Function name: GPIO direction control - supports class functions ** Description: Set STM32 GPIO pin to input or output (set
TFT_eSPI/Processors/TFT_eSPI_STM32.c:179
Methodheight
** Function name: height ** Description: Return the pixel height of display (per current rotation) *****************************
TFT_eSPI/TFT_eSPI.cpp:2320
Methodinit
** Function name: init (tc is tab colour for ST7735 displays only) ** Description: Reset, then initialise the TFT display regist
TFT_eSPI/TFT_eSPI.cpp:270
MethodinitButton
Classic initButton() function: pass center & size
TFT_eSPI/Extensions/Button.cpp:13
MethodinitButtonUL
Newer function instead accepts upper-left corner & size
TFT_eSPI/Extensions/Button.cpp:24
FunctioninitDMA
** Function name: initDMA ** Description: Initialise the DMA engine - returns true if init OK **********************************
TFT_eSPI/Processors/TFT_eSPI_ESP32.c:660
FunctioninitDMA
** Function name: initDMA ** Description: Initialise the DMA engine - returns true if init OK **********************************
TFT_eSPI/Processors/TFT_eSPI_STM32.c:512
MethodinvertDisplay
** Function name: invertDisplay ** Description: invert the display colours i = 1 invert, i = 0 normal **************************
TFT_eSPI/TFT_eSPI.cpp:3023
MethodisPressed
TFT_eSPI/Extensions/Button.cpp:93
MethodisPressed
TFT_eSPI/examples/FactoryTest/Button2.cpp:87
MethodjustPressed
TFT_eSPI/Extensions/Button.cpp:94
MethodjustReleased
TFT_eSPI/Extensions/Button.cpp:95
MethodloadFont
** Function name: loadFont ** Description: loads parameters from a font vlw array in memory ************************************
TFT_eSPI/Extensions/Smooth_font.cpp:13
MethodloadMetrics
** Function name: loadMetrics ** Description: Get the metrics for each glyph and store in RAM **********************************
TFT_eSPI/Extensions/Smooth_font.cpp:153
Methodloop
TFT_eSPI/examples/FactoryTest/Button2.cpp:105
Methodoperator==
TFT_eSPI/examples/FactoryTest/Button2.cpp:21
Methodpress
TFT_eSPI/Extensions/Button.cpp:88
MethodprintToSprite
** Function name: printToSprite ** Description: Write a string to the sprite cursor position ***********************************
TFT_eSPI/Extensions/Sprite.cpp:2602
FunctionpushBlock
** Function name: pushBlock - for generic processor and parallel display ** Description: Write a block of pixels of the same col
TFT_eSPI/Processors/TFT_eSPI_Generic.c:67
FunctionpushBlock
** Function name: pushBlock - for ESP32 or ESP8266 RPi TFT ** Description: Write a block of pixels of the same colour **********
TFT_eSPI/Processors/TFT_eSPI_ESP8266.c:84
FunctionpushBlock
** Function name: pushBlock - for ESP32 and parallel display ** Description: Write a block of pixels of the same colour ********
TFT_eSPI/Processors/TFT_eSPI_STM32.c:86
MethodpushColor
** Function name: pushColor ** Description: push a single pixel ****************************************************************
TFT_eSPI/TFT_eSPI.cpp:2730
MethodpushColors
** Function name: pushColors ** Description: push an array of pixels for 16 bit raw image drawing ******************************
TFT_eSPI/TFT_eSPI.cpp:2789
MethodpushImage
** Function name: pushImage ** Description: plot 16 bit colour sprite or image onto TFT ****************************************
TFT_eSPI/TFT_eSPI.cpp:883
FunctionpushImageDMA
** Function name: pushImageDMA ** Description: Push image to a window (w*h must be less than 65536) ****************************
TFT_eSPI/Processors/TFT_eSPI_ESP32.c:572
FunctionpushImageDMA
** Function name: pushImageDMA ** Description: Push image to a window (w*h must be less than 65536) ****************************
TFT_eSPI/Processors/TFT_eSPI_STM32.c:420
FunctionpushPixels
** Function name: pushPixels - for gereric processor and parallel display ** Description: Write a sequence of pixels ***********
TFT_eSPI/Processors/TFT_eSPI_Generic.c:77
FunctionpushPixels
** Function name: pushPixels - for ESP32 or ESP8266 RPi TFT ** Description: Write a sequence of pixels *************************
TFT_eSPI/Processors/TFT_eSPI_ESP8266.c:95
FunctionpushPixels
** Function name: pushPixels - for ESP32 and parallel display ** Description: Write a sequence of pixels ***********************
TFT_eSPI/Processors/TFT_eSPI_STM32.c:113
FunctionpushPixelsDMA
** Function name: pushImageDMA ** Description: Push pixels to TFT (len must be less than 32767) ********************************
TFT_eSPI/Processors/TFT_eSPI_ESP32.c:541
FunctionpushPixelsDMA
** Function name: pushImageDMA ** Description: Push pixels to TFT (len must be less than 32767) ********************************
TFT_eSPI/Processors/TFT_eSPI_STM32.c:400
MethodpushRect
** Function name: push rectangle ** Description: push 565 pixel colours into a defined area ************************************
TFT_eSPI/TFT_eSPI.cpp:871
MethodpushRotated
TFT_eSPI/Extensions/Sprite.cpp:430
MethodpushSprite
** Function name: pushSprite ** Description: Push the sprite to the TFT at x, y ************************************************
TFT_eSPI/Extensions/Sprite.cpp:684
MethodpushToSprite
TFT_eSPI/Extensions/Sprite.cpp:742
MethodreadAddrWindow
** Function name: readAddrWindow ** Description: define an area to read a stream of pixels *************************************
TFT_eSPI/TFT_eSPI.cpp:2648
FunctionreadByte
** Function name: read byte - supports class functions ** Description: Read a byte - parallel bus only ************************
TFT_eSPI/Processors/TFT_eSPI_Generic.c:122
FunctionreadByte
** Function name: read byte - supports class functions ** Description: Parallel bus only - dummy function - not used **********
TFT_eSPI/Processors/TFT_eSPI_ESP8266.c:70
FunctionreadByte
############# UNTESTED ################### ** Function name: read byte - supports class functions ** Description: Read a byte -
TFT_eSPI/Processors/TFT_eSPI_STM32.c:192
MethodreadInt32
** Function name: readInt32 ** Description: Get a 32 bit integer from the font file ********************************************
TFT_eSPI/Extensions/Smooth_font.cpp:313
MethodreadPixel
** Function name: read pixel (for SPI Interface II i.e. IM [3:0] = "1101") ** Description: Read 565 pixel colours from a pixel *
TFT_eSPI/TFT_eSPI.cpp:656
MethodreadPixel
** Function name: readPixel ** Description: Read 565 colour of a pixel at defined coordinates **********************************
TFT_eSPI/Extensions/Sprite.cpp:952
MethodreadPixelValue
** Function name: readPixelValue ** Description: Read the color map index of a pixel at defined coordinates ********************
TFT_eSPI/Extensions/Sprite.cpp:896
MethodreadRect
** Function name: read rectangle (for SPI Interface II i.e. IM [3:0] = "1101") ** Description: Read 565 pixel colours from a def
TFT_eSPI/TFT_eSPI.cpp:766
MethodreadRectRGB
** Function name: read rectangle (for SPI Interface II i.e. IM [3:0] = "1101") ** Description: Read RGB pixel colours from a def
TFT_eSPI/TFT_eSPI.cpp:1520
Methodreadcommand16
** Function name: readcommand16 ** Description: Read a 16 bit data value from an indexed command register **********************
TFT_eSPI/TFT_eSPI.cpp:624
Methodreadcommand32
** Function name: readcommand32 ** Description: Read a 32 bit data value from an indexed command register **********************
TFT_eSPI/TFT_eSPI.cpp:639
Methodreadcommand8
** Function name: readcommand8 ** Description: Read a 8 bit data value from an indexed command register ************************
TFT_eSPI/TFT_eSPI.cpp:581
Methodscroll
** Function name: scroll ** Description: Scroll dx,dy pixels, positive right,down, negative left,up ****************************
TFT_eSPI/Extensions/Sprite.cpp:1461
MethodsetAddrWindow
** Function name: setAddrWindow ** Description: define an area to receive a stream of pixels ***********************************
TFT_eSPI/TFT_eSPI.cpp:2604
MethodsetAttribute
** Function name: setAttribute ** Description: Sets a control parameter of an attribute ****************************************
TFT_eSPI/TFT_eSPI.cpp:3037
MethodsetBitmapColor
** Function name: setBitmapColor ** Description: Set the foreground foreground and background colour ***************************
TFT_eSPI/TFT_eSPI.cpp:2239
MethodsetBitmapColor
** Function name: setBitmapColor ** Description: Set the 1bpp foreground foreground and background colour **********************
TFT_eSPI/Extensions/Sprite.cpp:344
MethodsetCallback
TFT_eSPI/TFT_eSPI.cpp:756
MethodsetChangedHandler
TFT_eSPI/examples/FactoryTest/Button2.cpp:33
MethodsetClickHandler
TFT_eSPI/examples/FactoryTest/Button2.cpp:51
MethodsetColorDepth
TFT_eSPI/Extensions/Sprite.cpp:303
MethodsetCursor
** Function name: setCursor ** Description: Set the text cursor x,y position ***************************************************
TFT_eSPI/TFT_eSPI.cpp:2132
MethodsetDebounceTime
TFT_eSPI/examples/FactoryTest/Button2.cpp:27
MethodsetDoubleClickHandler
TFT_eSPI/examples/FactoryTest/Button2.cpp:69
MethodsetFreeFont
TFT_eSPI/TFT_eSPI.cpp:4049
MethodsetLabelDatum
Adjust text datum and x, y deltas
TFT_eSPI/Extensions/Button.cpp:42
MethodsetLongClickHandler
TFT_eSPI/examples/FactoryTest/Button2.cpp:63
MethodsetPaletteColor
** Function name: setPaletteColor ** Description: Set the 4bpp palette color at the given index ********************************
TFT_eSPI/Extensions/Sprite.cpp:355
MethodsetPivot
** Function name: setPivot ** Description: Set the pivot point on the TFT ******************************************************
TFT_eSPI/TFT_eSPI.cpp:2208
← previousnext →101–200 of 234, ranked by callers