Cargo Features

FT6x06 has no features set by default.

[dependencies]
ft6x06 = { version = "0.1.2", features = ["stm32f412", "stm32f413", "fsmc_lcd", "gesture"] }
stm32f412 dev

Enables stm32f412 of stm32f4xx-hal ^0.13.2

stm32f413 dev

Enables fmpi2c1 and stm32f413 of stm32f4xx-hal ^0.13.2

fsmc_lcd dev

Enables fsmc_lcd of stm32f4xx-hal ^0.13.2

stm32f4xx-hal:

LCD support via FMC/FSMC peripheral. See display-interface

gesture

Enables heapless ^0.7

FT6x06 has 4 features without comments.