Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add M5StickC/Plus platform to work with TFT_eSPI.....
tested on;y in M5StickC and M5StickcPlus... Available on hands
Changes and Addition...
--added files in TFT_eSPI/ .....needed for backlight
AXP192.h
AXP192.c
--added line 159 in User_Setup_Select.h
//uncomment for M5stickc
//#include "AXP192.h"
//M5stickC
//#include <User_Setups/Setup_M5stickc.h>
//M5stickCPlus
//#include <User_Setups/Setup_M5stickcplus.h>
--add files in TFT_eSPI/User_Setups/
Setup_M5stickc.h
Setup_M5stickcplus.h