Fixed typo.
This commit is contained in:
parent
1c3586331b
commit
5ff43f1406
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue