STM32H7XX support #1540
KenjutsuGH
started this conversation in
General
Replies: 1 comment
-
I have only used the STM32F767ZI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have the following board: MCUDev DevEBox STM32H7XX_M the H743VIT6 version.
Support for this specific board was added to v2.2.0 of the official STM32 Core for Arduino. Using an ILI9341 hooked up to the SPI2 port, with the Adafruit_ILI9341 library, everything works as expected.
I can not, however, get the TFT_eSPI library to work. My setup:
With STM32 defined, I get the following result from running the TF_graphicstest_one_lib sketch, but with nothing displayed on the LCD:
With STM32 not defined, I get the following result from running the TF_graphicstest_one_lib sketch, but still with nothing displayed on the LCD:
Any ideas?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions