I want to use TFT on pygamer, but calling machine.SPI1.Configure crash ```go machine.SPI1.Configure(machine.SPIConfig{ SCK: machine.SPI1_SCK_PIN, SDO: machine.SPI1_SDO_PIN, SDI: machine.SPI1_SDI_PIN, }) ```