Jeff Eberl
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/tft/tft_image.cpp
|
@ -21,7 +21,7 @@ |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#include "tft_image.h" |
|
|
#include "tft_image.h" |
|
|
#include "cstddef" |
|
|
#include <stddef.h> |
|
|
|
|
|
|
|
|
const tImage NoLogo = { (void *)NULL, 0, 0, NOCOLORS }; |
|
|
const tImage NoLogo = { (void *)NULL, 0, 0, NOCOLORS }; |
|
|
|
|
|
|
|
|