Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12089

Re: How to doing Custom Status Screen ?

$
0
0
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 = {
....
}

Viewing all articles
Browse latest Browse all 12089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>