Fixed typo.

This commit is contained in:
Thorinair 2020-07-24 20:22:25 +02:00
parent 1c3586331b
commit 5ff43f1406
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ void setup() {
//Draw the first image from web.
//Monochromatic bitmap with 1 bit depth. Images like this load quickest.
//The parameter set to true at the end may be used to swap the back and white channels.
//The parameter set to true at the end may be used to swap the black and white channels.
//Photo taken by: Roberto Fernandez
if(!display.drawBitmapFromWeb("https://varipass.org/neowise_mono.bmp", 0, 0, true)) {
//If is something failed (wrong filename or wrong bitmap format), write error message on the screen.