Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodmer authored Apr 14, 2022
1 parent 181a85f commit f790c86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Extensions/Sprite.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f790c86

Please sign in to comment.