This commit is contained in:
Bodmer
2022-04-14 15:12:14 +01:00
committed by GitHub
parent 181a85f86f
commit f790c86818

View File

@@ -49,6 +49,9 @@ class TFT_eSprite : public TFT_eSPI {
// Get the color at the given palette index
uint16_t getPaletteColor(uint8_t index);
// Set foreground and background colours for 1 bit per pixel Sprite
void setBitmapColor(uint16_t fg, uint16_t bg);
void drawPixel(int32_t x, int32_t y, uint32_t color);
void drawChar(int32_t x, int32_t y, uint16_t c, uint32_t color, uint32_t bg, uint8_t font),