Classes | Macros | Définitions de type | Énumérations
Référence du fichier Adafruit_SPITFT.h
#include <SPI.h>
#include "Adafruit_GFX.h"

Classes

class  Adafruit_SPITFT
 

Macros

#define DEFAULT_SPI_FREQ   16000000L
 Hardware SPI default speed. Plus de détails...
 

Définitions de type

typedef uint32_t PORT_t
 PORT values are 32-bit. Plus de détails...
 
typedef volatile PORT_tPORTreg_t
 PORT register type. Plus de détails...
 

Énumérations

enum  tftBusWidth { tft8, tft16 }
 < DMA currently for SAMD chips only Plus de détails...
 

Description détaillée

Part of Adafruit's GFX graphics library. Originally this class was written to handle a range of color TFT displays connected via SPI, but over time this library and some display-specific subclasses have mutated to include some color OLEDs as well as parallel-interfaced displays. The name's been kept for the sake of older code.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Limor "ladyada" Fried for Adafruit Industries, with contributions from the open source community.

BSD license, all text here must be included in any redistribution.

Documentation des macros

◆ DEFAULT_SPI_FREQ

#define DEFAULT_SPI_FREQ   16000000L

Hardware SPI default speed.

Documentation des définitions de type

◆ PORT_t

typedef uint32_t PORT_t

PORT values are 32-bit.

◆ PORTreg_t

typedef volatile PORT_t* PORTreg_t

PORT register type.

Documentation du type de l'énumération

◆ tftBusWidth

< DMA currently for SAMD chips only

Valeurs énumérées
tft8 
tft16