Support for Pico C/C++ SDK #1887
Replies: 3 comments 1 reply
-
The library uses a mix of Arduino library functions and sdk functions, so the Arduino board package is needed. Earle Philhower's RP2040 package is recommended as it is built on the sdk. |
Beta Was this translation helpful? Give feedback.
-
Is this still the prefered method to get TFT_eSPI running on a Pico that is running a native C/C++ SDK environment? (I don't want to switch from using VSCode + on hardware debugging). What is the size overhead? |
Beta Was this translation helpful? Give feedback.
-
UPDATE: Never mind. Looks like it fails to build. so there is no good native graphics library for the PICO SDK? Actually I'm probably looking at this: Will that build with FTF_eSPI? I just want to run in the PICO SDK Environment - not Arduino IDE. |
Beta Was this translation helpful? Give feedback.
-
Is there support for Raspberry Pi Pico C/C++ SDK, or I have to use Arduino IDE or PlatformIO with
framework = arduino
?Beta Was this translation helpful? Give feedback.
All reactions