It seems to be a bit of a bug where it presume there are at least two frames to the image
a quick fix is to copy the block in _Statusscreen.h
const unsigned char status_screen0_bmp[] PROGMEM = {
....
}
and create a second block
const unsigned char status_screen1_bmp[] PROGMEM = {
....
}
a quick fix is to copy the block in _Statusscreen.h
const unsigned char status_screen0_bmp[] PROGMEM = {
....
}
and create a second block
const unsigned char status_screen1_bmp[] PROGMEM = {
....
}