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 Nov 19, 2024
1 parent 41c9c34 commit 07cbe81
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 @@ -2369,6 +2369,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 07cbe81

Please sign in to comment.