Fix undefined/unused, Touch UI (#17874)

This commit is contained in:
Marcio T
2020-05-04 12:57:12 -06:00
committed by GitHub
parent 5e23fd6ef1
commit 2a959cde6f
7 changed files with 14 additions and 8 deletions

View File

@ -123,6 +123,7 @@ bool MarlinUI::detected() { return true; }
custom_start_bmp
#endif
;
TERN(CUSTOM_BOOTSCREEN_ANIMATED,,UNUSED(frame));
u8g.drawBitmapP(left, top, CUSTOM_BOOTSCREEN_BMP_BYTEWIDTH, CUSTOM_BOOTSCREEN_BMPHEIGHT, bmp);