You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Inkplate2/Advanced/WEB_WiFi/Inkplate2_Show_Pictures_From_Web/Inkplate2_Show_Pictures_From_Web.ino
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@
27
27
#error "Wrong board selection for this example, please select Soldered Inkplate2 in the boards menu."
28
28
#endif
29
29
30
-
#include"HTTPClient.h"//Include library for HTTPClient
31
-
#include"Inkplate.h"//Include Inkplate library to the sketch
32
-
#include"WiFi.h"//Include library for WiFi
30
+
#include"HTTPClient.h"//Include library for HTTPClient
31
+
#include"Inkplate.h"//Include Inkplate library to the sketch
32
+
#include"WiFi.h"//Include library for WiFi
33
33
Inkplate display; // Create an object on Inkplate library and also set library into 1 Bit mode (BW)
34
34
35
35
constchar ssid[] = ""; // Your WiFi SSID
@@ -68,8 +68,8 @@ void setup()
68
68
display.clearDisplay();
69
69
70
70
if (!display.drawImage("https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/"
0 commit comments