Replies: 1 comment 2 replies
-
Salut Frédéric, je crois comprendre que tu parles français. Si c'est le cas, ce sera nettement plus simple pour moi. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using PlatformIO.
I'd like to use the STM32F746G-DISCO board with the TFT.
I use framework-arduinoststm32 which is native with platformIO.
I can use GPIO, Blue button, Serial... But I would like to use the display.
In libraries dir thre's only these files:
LTDC is not here.
If I copy it from Github I get the error:
lib/LTDC/src/LTDC.h:97:9: error: 'LTDC_HandleTypeDef' does not name a type; did you mean 'RTC_HandleTypeDef'?
Is there a way to solve this?
I have treid to replace all the framework-arduinoststm32 as it is said in some posts (they talk about version number, in my case it's framework-arduinoststm32). But it doesn't work.
It looks like stsm32 Github repo is available in many versions, and it's very hard to understand how to do.
Is there a simple way to use the STM32F746G-DISCO board under platformIO?
I have tried also with Arduino IDE. It is as difficult to understand as with PlatformIO.
Thanks to everyone that can help.
Beta Was this translation helpful? Give feedback.
All reactions