Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xinyuan-LilyGO/TTGO-T-Display
/ functions
Functions
234 in github.com/Xinyuan-LilyGO/TTGO-T-Display
⨍
Functions
234
◇
Types & classes
4
Method
end_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
Method
end_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
Method
fillCircle
** Function name: fillCircle ** Description: draw a filled circle **************************************************************
TFT_eSPI/TFT_eSPI.cpp:1688
Method
fillCircleHelper
** Function name: fillCircleHelper ** Description: Support function for fillRoundRect() ****************************************
TFT_eSPI/TFT_eSPI.cpp:1729
Method
fillEllipse
** Function name: fillEllipse ** Description: draw a filled ellipse ************************************************************
TFT_eSPI/TFT_eSPI.cpp:1813
Method
fillRect
** Function name: fillRect ** Description: draw a filled rectangle *************************************************************
TFT_eSPI/TFT_eSPI.cpp:2933
Method
fillRect
** Function name: fillRect ** Description: draw a filled rectangle *************************************************************
TFT_eSPI/Extensions/Sprite.cpp:1886
Method
fillScreen
** Function name: fillScreen ** Description: Clear the screen to defined colour ************************************************
TFT_eSPI/TFT_eSPI.cpp:1858
Method
fillSprite
** Function name: fillSprite ** Description: Fill the whole sprite with defined colour *****************************************
TFT_eSPI/Extensions/Sprite.cpp:1559
Method
fillTriangle
** Function name: fillTriangle ** Description: Draw a filled triangle using 3 arbitrary points *********************************
TFT_eSPI/TFT_eSPI.cpp:1957
Method
fontHeight
** Function name: fontHeight ** Description: return the height of a font (yAdvance for free fonts) *****************************
TFT_eSPI/TFT_eSPI.cpp:2435
Method
fontsLoaded
TFT_eSPI/TFT_eSPI.cpp:2425
Method
frameBuffer
** Function name: frameBuffer ** Description: For 1 bpp Sprites, select the frame used for graphics ****************************
TFT_eSPI/Extensions/Sprite.cpp:282
Method
getAttachPin
TFT_eSPI/examples/FactoryTest/Button2.h:73
Method
getAttribute
** Function name: getAttribute ** Description: Get value of an attribute (control parameter) ***********************************
TFT_eSPI/TFT_eSPI.cpp:3065
Method
getClickType
TFT_eSPI/examples/FactoryTest/Button2.cpp:99
Method
getCursorX
** Function name: getCursorX ** Description: Get the text cursor x position ****************************************************
TFT_eSPI/TFT_eSPI.cpp:2155
Method
getCursorY
** Function name: getCursorY ** Description: Get the text cursor y position ****************************************************
TFT_eSPI/TFT_eSPI.cpp:2164
Method
getNumberOfClicks
TFT_eSPI/examples/FactoryTest/Button2.cpp:93
Method
getPaletteColor
** Function name: getPaletteColor ** Description: Return the palette color at 4bpp index, or 0 on error. ***********************
TFT_eSPI/Extensions/Sprite.cpp:366
Method
getPivotX
** Function name: getPivotX ** Description: Get the x pivot position ***********************************************************
TFT_eSPI/TFT_eSPI.cpp:2219
Method
getPivotX
** Function name: getPivotX ** Description: Get the x pivot position ***********************************************************
TFT_eSPI/Extensions/Sprite.cpp:409
Method
getPivotY
** Function name: getPivotY ** Description: Get the y pivot position ***********************************************************
TFT_eSPI/TFT_eSPI.cpp:2229
Method
getPivotY
** Function name: getPivotY ** Description: Get the y pivot position ***********************************************************
TFT_eSPI/Extensions/Sprite.cpp:419
Method
getPointer
** Function name: getPointer ** Description: Returns pointer to start of sprite memory area ************************************
TFT_eSPI/Extensions/Sprite.cpp:119
Method
getRotatedBounds
** Function name: getRotatedBounds ** Description: Get TFT bounding box of a rotated Sprite wrt pivot **************************
TFT_eSPI/Extensions/Sprite.cpp:562
Method
getRotation
** Function name: getRotation ** Description: Return the rotation value (as used by setRotation()) *****************************
TFT_eSPI/TFT_eSPI.cpp:2290
Method
getRotation
TFT_eSPI/Extensions/Sprite.cpp:1653
Method
getSetup
** Function name: getSetup ** Description: Get the setup details for diagnostic and sketch access ******************************
TFT_eSPI/TFT_eSPI.cpp:4125
Method
getSwapBytes
** Function name: getSwapBytes ** Description: Return the swap byte order for colours ******************************************
TFT_eSPI/TFT_eSPI.cpp:1509
Method
getTextPadding
** Function name: setTextPadding ** Description: Define padding width (aids erasing old text and numbers) **********************
TFT_eSPI/TFT_eSPI.cpp:2281
Method
getTouch
TFT_eSPI/Extensions/Touch.cpp:163
Method
getTouchRaw
** Function name: getTouchRaw ** Description: read raw touch position. Always returns true. ***********************************
TFT_eSPI/Extensions/Touch.cpp:55
Method
getTouchRawZ
** Function name: getTouchRawZ ** Description: read raw pressure on touchpad and return Z value. ******************************
TFT_eSPI/Extensions/Touch.cpp:98
Function
gpioMode
** Function name: GPIO direction control - supports class functions ** Description: Faster GPIO pin input/output switch *******
TFT_eSPI/Processors/TFT_eSPI_Generic.c:113
Function
gpioMode
** 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
Method
height
** Function name: height ** Description: Return the pixel height of display (per current rotation) *****************************
TFT_eSPI/TFT_eSPI.cpp:2320
Method
init
** 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
Method
initButton
Classic initButton() function: pass center & size
TFT_eSPI/Extensions/Button.cpp:13
Method
initButtonUL
Newer function instead accepts upper-left corner & size
TFT_eSPI/Extensions/Button.cpp:24
Function
initDMA
** Function name: initDMA ** Description: Initialise the DMA engine - returns true if init OK **********************************
TFT_eSPI/Processors/TFT_eSPI_ESP32.c:660
Function
initDMA
** Function name: initDMA ** Description: Initialise the DMA engine - returns true if init OK **********************************
TFT_eSPI/Processors/TFT_eSPI_STM32.c:512
Method
invertDisplay
** Function name: invertDisplay ** Description: invert the display colours i = 1 invert, i = 0 normal **************************
TFT_eSPI/TFT_eSPI.cpp:3023
Method
isPressed
TFT_eSPI/Extensions/Button.cpp:93
Method
isPressed
TFT_eSPI/examples/FactoryTest/Button2.cpp:87
Method
justPressed
TFT_eSPI/Extensions/Button.cpp:94
Method
justReleased
TFT_eSPI/Extensions/Button.cpp:95
Method
loadFont
** Function name: loadFont ** Description: loads parameters from a font vlw array in memory ************************************
TFT_eSPI/Extensions/Smooth_font.cpp:13
Method
loadMetrics
** Function name: loadMetrics ** Description: Get the metrics for each glyph and store in RAM **********************************
TFT_eSPI/Extensions/Smooth_font.cpp:153
Method
loop
TFT_eSPI/examples/FactoryTest/Button2.cpp:105
Method
operator==
TFT_eSPI/examples/FactoryTest/Button2.cpp:21
Method
press
TFT_eSPI/Extensions/Button.cpp:88
Method
printToSprite
** Function name: printToSprite ** Description: Write a string to the sprite cursor position ***********************************
TFT_eSPI/Extensions/Sprite.cpp:2602
Function
pushBlock
** 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
Function
pushBlock
** 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
Function
pushBlock
** 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
Method
pushColor
** Function name: pushColor ** Description: push a single pixel ****************************************************************
TFT_eSPI/TFT_eSPI.cpp:2730
Method
pushColors
** Function name: pushColors ** Description: push an array of pixels for 16 bit raw image drawing ******************************
TFT_eSPI/TFT_eSPI.cpp:2789
Method
pushImage
** Function name: pushImage ** Description: plot 16 bit colour sprite or image onto TFT ****************************************
TFT_eSPI/TFT_eSPI.cpp:883
Function
pushImageDMA
** Function name: pushImageDMA ** Description: Push image to a window (w*h must be less than 65536) ****************************
TFT_eSPI/Processors/TFT_eSPI_ESP32.c:572
Function
pushImageDMA
** Function name: pushImageDMA ** Description: Push image to a window (w*h must be less than 65536) ****************************
TFT_eSPI/Processors/TFT_eSPI_STM32.c:420
Function
pushPixels
** Function name: pushPixels - for gereric processor and parallel display ** Description: Write a sequence of pixels ***********
TFT_eSPI/Processors/TFT_eSPI_Generic.c:77
Function
pushPixels
** Function name: pushPixels - for ESP32 or ESP8266 RPi TFT ** Description: Write a sequence of pixels *************************
TFT_eSPI/Processors/TFT_eSPI_ESP8266.c:95
Function
pushPixels
** Function name: pushPixels - for ESP32 and parallel display ** Description: Write a sequence of pixels ***********************
TFT_eSPI/Processors/TFT_eSPI_STM32.c:113
Function
pushPixelsDMA
** Function name: pushImageDMA ** Description: Push pixels to TFT (len must be less than 32767) ********************************
TFT_eSPI/Processors/TFT_eSPI_ESP32.c:541
Function
pushPixelsDMA
** Function name: pushImageDMA ** Description: Push pixels to TFT (len must be less than 32767) ********************************
TFT_eSPI/Processors/TFT_eSPI_STM32.c:400
Method
pushRect
** Function name: push rectangle ** Description: push 565 pixel colours into a defined area ************************************
TFT_eSPI/TFT_eSPI.cpp:871
Method
pushRotated
TFT_eSPI/Extensions/Sprite.cpp:430
Method
pushSprite
** Function name: pushSprite ** Description: Push the sprite to the TFT at x, y ************************************************
TFT_eSPI/Extensions/Sprite.cpp:684
Method
pushToSprite
TFT_eSPI/Extensions/Sprite.cpp:742
Method
readAddrWindow
** Function name: readAddrWindow ** Description: define an area to read a stream of pixels *************************************
TFT_eSPI/TFT_eSPI.cpp:2648
Function
readByte
** Function name: read byte - supports class functions ** Description: Read a byte - parallel bus only ************************
TFT_eSPI/Processors/TFT_eSPI_Generic.c:122
Function
readByte
** Function name: read byte - supports class functions ** Description: Parallel bus only - dummy function - not used **********
TFT_eSPI/Processors/TFT_eSPI_ESP8266.c:70
Function
readByte
############# UNTESTED ################### ** Function name: read byte - supports class functions ** Description: Read a byte -
TFT_eSPI/Processors/TFT_eSPI_STM32.c:192
Method
readInt32
** Function name: readInt32 ** Description: Get a 32 bit integer from the font file ********************************************
TFT_eSPI/Extensions/Smooth_font.cpp:313
Method
readPixel
** 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
Method
readPixel
** Function name: readPixel ** Description: Read 565 colour of a pixel at defined coordinates **********************************
TFT_eSPI/Extensions/Sprite.cpp:952
Method
readPixelValue
** Function name: readPixelValue ** Description: Read the color map index of a pixel at defined coordinates ********************
TFT_eSPI/Extensions/Sprite.cpp:896
Method
readRect
** 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
Method
readRectRGB
** 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
Method
readcommand16
** Function name: readcommand16 ** Description: Read a 16 bit data value from an indexed command register **********************
TFT_eSPI/TFT_eSPI.cpp:624
Method
readcommand32
** Function name: readcommand32 ** Description: Read a 32 bit data value from an indexed command register **********************
TFT_eSPI/TFT_eSPI.cpp:639
Method
readcommand8
** Function name: readcommand8 ** Description: Read a 8 bit data value from an indexed command register ************************
TFT_eSPI/TFT_eSPI.cpp:581
Method
scroll
** Function name: scroll ** Description: Scroll dx,dy pixels, positive right,down, negative left,up ****************************
TFT_eSPI/Extensions/Sprite.cpp:1461
Method
setAddrWindow
** Function name: setAddrWindow ** Description: define an area to receive a stream of pixels ***********************************
TFT_eSPI/TFT_eSPI.cpp:2604
Method
setAttribute
** Function name: setAttribute ** Description: Sets a control parameter of an attribute ****************************************
TFT_eSPI/TFT_eSPI.cpp:3037
Method
setBitmapColor
** Function name: setBitmapColor ** Description: Set the foreground foreground and background colour ***************************
TFT_eSPI/TFT_eSPI.cpp:2239
Method
setBitmapColor
** Function name: setBitmapColor ** Description: Set the 1bpp foreground foreground and background colour **********************
TFT_eSPI/Extensions/Sprite.cpp:344
Method
setCallback
TFT_eSPI/TFT_eSPI.cpp:756
Method
setChangedHandler
TFT_eSPI/examples/FactoryTest/Button2.cpp:33
Method
setClickHandler
TFT_eSPI/examples/FactoryTest/Button2.cpp:51
Method
setColorDepth
TFT_eSPI/Extensions/Sprite.cpp:303
Method
setCursor
** Function name: setCursor ** Description: Set the text cursor x,y position ***************************************************
TFT_eSPI/TFT_eSPI.cpp:2132
Method
setDebounceTime
TFT_eSPI/examples/FactoryTest/Button2.cpp:27
Method
setDoubleClickHandler
TFT_eSPI/examples/FactoryTest/Button2.cpp:69
Method
setFreeFont
TFT_eSPI/TFT_eSPI.cpp:4049
Method
setLabelDatum
Adjust text datum and x, y deltas
TFT_eSPI/Extensions/Button.cpp:42
Method
setLongClickHandler
TFT_eSPI/examples/FactoryTest/Button2.cpp:63
Method
setPaletteColor
** Function name: setPaletteColor ** Description: Set the 4bpp palette color at the given index ********************************
TFT_eSPI/Extensions/Sprite.cpp:355
Method
setPivot
** Function name: setPivot ** Description: Set the pivot point on the TFT ******************************************************
TFT_eSPI/TFT_eSPI.cpp:2208
← previous
next →
101–200 of 234, ranked by callers