TFT_eFEX
一个Arduino IDE库,为TFT_eSPI库提供了额外的功能。
额外的功能是:
// Draw a bezier curve of a defined colour between specified points
void drawBezier(int32_t x0,int32_t y0,int32_t x1,int32_t y1,int32_t x2,int32_t y2,uint16_t color);
void drawBezierSegment(int32_t x0,int32_t y0,int32_t x1,int32_t y1,int32_t x2,int32_t y2,uint16_t颜色);
// Draw a bitmap (bmp file) stored in SPIFFS to the TFT or a