• Contents
  • Search
  • Disclaimer
  • Introduction
  • Getting Started
    • Hardware
      • Graphic IC
        • ILI9341
        • ILI9486
        • ST7789V
        • ST7796S
        • ILI9488
        • ST7735S
        • ST7789
        • ST7735
        • GC9A01
        • NT35510
      • Touch IC
      • Protocol
        • Parallel
        • SPI - Hardware
        • SPI - Software
    • Tools
      • TFT_Graphic_Lib
        • Screen
        • Touch
        • MCU
        • SD Card
        • Memory
        • Fonts
      • FontForge
      • Bdf_To_Flash
      • SdCardWriteRGB565
        • Fix SdCard Write Fail
    • How to start
  • Library Description
    • Colors
      • Name
      • Brightness
    • Drivers
      • TftSetUp()
      • TftSetOrientation()
      • TftDisplayOn()
      • TftDisplayOff()
      • TftPartialAreaOn()
      • TftPartialAreaOff()
    • Fonts
      • BDF
        • TftPrintBdfChar()
        • TftPrintBdfInteger()
        • TftPrintBdfDecimal()
        • TftPrintBdfString()
        • TftPrintBdfText()
        • TftSetBdfFont()
      • SND
        • TftPrintSndChar()
        • TftPrintSndString()
        • TftPrintSndInteger()
        • TftPrintSndDecimal()
        • TftSetSndFont()
    • Memory
      • TftBmpMemSet()
      • TftBmpMemFormat()
      • TftBmpFlashSectorErase()
      • TftBmpSdToMem()
      • TftBmpScreenshotMem()
      • TftBmpScreenshotMem1()
      • TftBmpMemFileName()
      • TftBmpFromMemName()
      • TftBmpFromMemIndex()
      • TftBmpFlashPageWrite()
      • TftBmpFlashByteRead()
      • TftBmpFlashWordRead()
      • TftBmpFlashDwordRead()
    • SD Card
      • FAT16 / FAT32 System
        • TftBmpFromSD()
        • TftBmpScreenshotSd()
        • TftBmpScreenshotSd1()
        • File_Init()
        • File_CreateDir()
        • File_DeleteDir()
        • File_RenameDir()
        • File_Exists()
        • File_DirExists()
        • File_Create()
        • File_Open()
        • File_OpenAt()
        • File_Append()
        • File_ReadByte()
        • File_WriteByte()
        • File_Flush()
        • File_DeleteFile()
        • File_Close()
        • File_Rename()
        • File_DiskFull()
        • File_Size()
        • File_SizeOpen()
        • File_TimeModified()
        • File_TimeCreated()
        • File_EOF()
        • File_ListReset()
        • File_ListDir()
        • File_ListFile()
        • File_ChDir()
        • File_ChDirUp()
        • File_FreeSpaceKB()
        • File_DiskSizeKB()
      • RAW / No file system
        • TftBmpFromSdRaw()
        • TftRgbFromSdRaw()
        • SdRaw_Init()
        • SdRaw_ReadSector()
        • SdRaw_WriteSector()
        • SdRaw_ReadByte()
        • SdRaw_WriteByte()
    • Shapes
      • Arc
        • TftArc()
        • TftArcG()
        • TftArcS()
        • TftArcRL()
        • TftArcRLThickness()
      • Circle
        • TftCircleNE()
        • TftCircleNS()
        • TftCircleN()
        • TftCircleQE()
        • TftCircleQS()
        • TftCircleQ()
        • TftCircleG()
      • Ellipse
        • TftEllipseE()
        • TftEllipseS()
        • TftEllipse()
        • TftEllipseG()
      • Polygon
        • TftPolygon()
      • Triangle
        • TftTriangleNE()
        • TftTriangleNS()
        • TftTriangle()
      • Quad
        • TftParallelogramNTS()
        • TftQuadN()
        • TftQuadS()
      • Rectangle
        • TftRectangle()
        • TftRectangleENTC()
        • TftRectangleETTCO()
        • TftRectangleETTCI()
        • TftRectangleSNTC()
        • TftRectangleENCP()
        • TftRectangleETCPO()
        • TftRectangleETCPI()
        • TftRectangleSNCP()
        • TftRectangleRC()
        • TftRectangleTCG()
        • TftRectangleRCG()
      • Line
        • TftLine()
        • TftLineHN()
        • TftLineHTU()
        • TftLineHTD()
        • TftLineVN()
        • TftLineVTL()
        • TftLineVTR()
        • TftLineDN()
        • TftLineDNF()
        • TftLineDT()
        • TftLineHNG()
        • TftLineVNG()
        • TftLineDNG()
      • System (Shapes)
        • TftArcTan2()
    • System
      • TftResetScreen()
      • TftPixel()
      • TftSetPartialArea()
      • TftReadPixel()
      • TftReadPixelSda()
    • Touch
      • TftTouchGetCoordinates()
      • TftTouchCalibration()
      • TftTouchEnableIrq()
      • TftTouchScreenReadValues()
  • Code Examples
    • BLACK BOARD
    • BMP PICTURES FROM SD CARD FAT32
    • BMP FILES TO AND FROM FLASH MEMORY
    • VARIOUS STANDARD AND BDF FONTS
    • ANALOG NEEDLE METER
    • RGB VIDEO PLAY 16b SPI1-SPI2
    • RGB VIDEO PLAY 16b SPI1-PARALLEL
    • TOUCH MENU FROM FLASH MEMORY
  • To-Do List
  • Downloads
  • Contacts