Skip to content

Commit 90fccf9

Browse files
authored
missed function implemented
1 parent 83f556f commit 90fccf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/display.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,6 +1869,10 @@ bool preparePngBin(FS &fs, String filename) {
18691869
return ok;
18701870
}
18711871
#else
1872+
bool preparePngBin(FS &fs, String filename) {
1873+
log_w("PNG: Not supported in this version");
1874+
return true;
1875+
}
18721876
bool drawPNG(FS &fs, String filename, int x, int y, bool center) {
18731877
log_w("PNG: Not supported in this version");
18741878
return false;

0 commit comments

Comments
 (0)