Replies: 1 comment 5 replies
-
Yes, users have done this. You must load the Arduino support package into PlatformIO, there are online tutorials for this I I do not provide support for that aspect.. |
Beta Was this translation helpful? Give feedback.
5 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 want to use this but in Platformio i am using wizio-pico. framework is bare metal. Below are the basic flags for ref.
I try to add the header <TFT_eSPI.h> and it causes lot of wrrors in the header file and elsewhere such as "variable "uint16_t" is not a type name".
it looks for the definition of uint16_t in the tft_espi.h file rather than the _stndin file. This is in C so not sure if there is a C++ / C issue. Maybe you can help.
`
platform = wizio-pico
board = raspberry-pi-pico
framework = baremetal
build_flags =
`
Beta Was this translation helpful? Give feedback.
All reactions