mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-02 12:14:40 +02:00
Fix #1776
This commit is contained in:
@@ -49,6 +49,9 @@ class TFT_eSprite : public TFT_eSPI {
|
|||||||
// Get the color at the given palette index
|
// Get the color at the given palette index
|
||||||
uint16_t getPaletteColor(uint8_t 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 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),
|
void drawChar(int32_t x, int32_t y, uint16_t c, uint32_t color, uint32_t bg, uint8_t font),
|
||||||
|
Reference in New Issue
Block a user