Skip to content

Wiki options and wiring

FT81x Manía edited this page Jun 4, 2018 · 3 revisions

FT81xMania

MexSpa Team contribution for FT81xMania

Begin options

You can use there option in begin().

GD_CALIBRATE

Execute Calibration of a touch sensor.
A screen for calibration is indicated.
If there is calibration data already, nothing is done.
Calibration data is preserved by EEPROM.

GD_TRIM

Execute sound tests.

GD_STORAGE

A SD card is initialized.
When you use a SD card, it's always necessary.

FORCE_CALIBRATE

Execute Calibration of a touch sensor unconditionally.
A screen for calibration is indicated.
Calibration data is preserved by EEPROM.

GD_NONE

Nothing is done.

Wirering for FT81x with STM32x

TFT STM32x SD-CARD
GND -- GND
MISO -- PA6
CS -- PA4(*)
PD -- PB1(*)
5V -- 5V
SCK -- PA5
MISO -- PA7
INT -- N/C
AUDIO -- (**)
PB12(*) -- CS
PB13 -- SCK
PB15 -- MOSI
PB14 -- MISO
5V -- VCC
GND -- GND

*You can change any pin.
Pin define is "GD32ZU.h"