The following files have been uploaded to
the Files area of the [email protected] group.
By: m0wid
Description:
Setup files for the TFT_eSPI library.
Place the M0WID_Setup_ILI9341_TinySA.h in your documents\Arduino\libraries\TFT_eSPI\User_Setups folder, and edit the User_Setup_Select.h in the libraries\TFT_eSPI folder to point to it by commenting out the #include <User_Setup.h> and adding #include <User_Setups/M0WID_Setup_ILI9341_TinySA.h>, then recompile.
You can have different setups for different projects using teh TFT_eSPI library, but the User_Setup_Select.h file needs editing each time you change project if the pins etc are different.
The WA2FZW setup file is essentially the same but for some reason he needed to run the display at slower speed, seems to be resolved now.