New Marauder title screen

This commit is contained in:
Just Call Me Koko
2023-08-31 18:11:21 -04:00
parent 6a26ac2e04
commit ce8c70daf7
7 changed files with 422 additions and 43 deletions

View File

@@ -427,7 +427,7 @@ void Display::drawJpeg(const char *filename, int xpos, int ypos) {
// the filename can be a String or character array type:
//boolean decoded = JpegDec.decodeFsFile(filename); // or pass the filename (leading / distinguishes SPIFFS files)
boolean decoded = JpegDec.decodeArray(MarauderTitle, 13578);
boolean decoded = JpegDec.decodeArray(MarauderTitle, MARAUDER_TITLE_BYTES);
if (decoded) {
// print information about the image to the serial port