PIC32 and ESP32 without Arduino #2520
Unanswered
JorgenSandberg
asked this question in
New processor/display support or capability request
Replies: 2 comments 3 replies
-
The library requires the Arduino environment support files. I don't plan to remove this requirement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear Mr Bodmer,
I understand. I will look for something else then.
Thank you for your reply.
Regards,
Jorgen
From: Bodmer ***@***.***>
Sent: Tuesday, March 21, 2023 10:46 AM
To: Bodmer/TFT_eSPI ***@***.***>
Cc: Jorgen Sandberg ***@***.***>; Author ***@***.***>
Subject: Re: [Bodmer/TFT_eSPI] PIC32 and ESP32 without Arduino (Discussion #2520)
The library requires the Arduino environment support files. I don't plan to remove this requirement.
—
Reply to this email directly, view it on GitHub <#2520 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF7E5QZOUAUQPGRWMKKCUVTW5F2GXANCNFSM6AAAAAAWBI4MIU> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AF7E5Q442ZSYM33FLMBSIEDW5F2GXA5CNFSM6AAAAAAWBI4MIWWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAKIJSU.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
3 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.
-
The TFT_eSPI library is excellent. I am wondering whether there is a simple way to make it work on a PIC32 processor and on ESP32 without Arduino i.e. on an IDE with Visual Studio Code and the ESP-IDF version 5 only.
I have noticed that the TFT_eSPI.h file includes <Arduino.h>, <Print.h> and <SPI.h> that are not part of the TFT_eSPI repository. Is it possible to do without the three?
The generic processor defined in the Processors folder makes use of some Arduino native functions for parallel operation of the TFT, and some SPI functions. Would it be possible to make it even more generic by dropping the <Arduino.h>, <Print.h> and <SPI.h> header files and define the functionality of a few functions that the user would have to supply for the interface between the library and his processor?
Beta Was this translation helpful? Give feedback.
All reactions