-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Moved from arduino/Arduino#9790 by @kevinmorrisone
https://www.arduino.cc/en/Reference/TFTLibrary is said to "extend the ST7735 libraries which it is based on" the TFT lib unfortunately uses old "includes" as below referencing: pgmspace.h
, io.h
.
Also PImage
class is broken.
Workaround : copy the latest files listed below FROM the ST7735 Adafruit library TO the TFT src
folder and then is ok functionality but does not resolve PImage.
GFX.h
GFX.cpp
ST7735.cpp
ST7735.h
glcdfont.c
This affects tutorial and entire library TFT and disappointing as library is "standard" and not a variant or third party but is built from. Please make basic file changes but also PImage
class needs some finesse.
Semnodime
Metadata
Metadata
Assignees
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project