I am having trouble identifying the correct library to use for a device when programming semi-offline with Particle Dev.
An example might be best.
I want to use a 2.2" TFT SPI display driven by an ILI9341. The current process is:
a) Start the online particle build and see if there is library for the ILI9341.
b) If there is, load it for comparison later.
c) Google "github ILI9341 spark"
d) Find the correct(?) link and open the page.
e) Examine the contents of Github to see if the files are reasonably similar.
f) Download the file and hope that it will work with the Photon so I don’t spend a couple of days banging my head against my desk only to realize that it is an Arduino variation.
My point is, we sure could use a listing of libraries with links to Github, commented as to Core / Photon / Electron compatibility, linked to the latest version of the library.
Just sayin’.
- Edward