v0.1.1
Workaround on STM32F413:
- On the STM32F413 the touchscreen shares the reset GPIO pin w/ the LCD.
- The ST7789 driver uses a fast (10uS) reset.
- The touchscreen controller needs 5mS:
https://www.displayfuture.com/Display/datasheet/controller/FT6206.pdf
Perform a longer reset here first.