Skip to content

Commit

Permalink
Update xdrv_13_display.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 committed Jul 19, 2024
1 parent 23bc424 commit 2246230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasmota/tasmota_xdrv_driver/xdrv_13_display.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,9 @@ void Draw_RGB_Bitmap(char *file, uint16_t xp, uint16_t yp, uint8_t scale, bool i
yp++;
}
#endif
if (scale) {
if (renderer) renderer->drawRect(xp, yp, xsize, ysize, GetColorFromIndex(scale));
}
fp.close();
} else if (!strcmp(estr,"jpg") || !strcmp(estr,"jpeg")) {
// jpeg files on ESP32 with more memory
Expand Down

0 comments on commit 2246230

Please sign in to comment.