-
Describe the bug The panel works fine with Arduino(ESP8266 or STM32F103C8T6) under Hardware and Software SPI mode. It displays okay in Software SPI mode with STM32G030.
But it it just won't show anything in hardware SPI mode.
Desktop (please complete the following information):
Board (please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
By default generic G030C8 uses these pins for SPI instance: Arduino_Core_STM32/variants/STM32G0xx/G030C(6-8)T/variant_generic.h Lines 101 to 109 in 01e4f0c Do you use them? Else you can change them using setxxx api: https://github.com/stm32duino/Arduino_Core_STM32/wiki/API#change-default-spi-instance-pins |
Beta Was this translation helpful? Give feedback.
By default generic G030C8 uses these pins for SPI instance:
Arduino_Core_STM32/variants/STM32G0xx/G030C(6-8)T/variant_generic.h
Lines 101 to 109 in 01e4f0c
Do you use them?
Else you can change them using setxxx api:
https://github.com/stm32duino/Arduino_Core_STM32/wiki/API#change-default-spi-instance-pins