Skip to content

Commit 473bce2

Browse files
committed
6color textbox and open meteo updates
1 parent 4635b29 commit 473bce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Inkplate6COLOR/Advanced/Other/Inkplate6COLOR_TextBox/Inkplate6COLOR_TextBox.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "Inkplate.h" //Include Inkplate library to the sketch
1414
#include "Roboto_Light_36.h"
15-
Inkplate display(INKPLATE_1BIT); // Create an object on Inkplate library and also set library into 1 Bit mode (BW)
15+
Inkplate display; // Create an object on Inkplate library and also set library into 1 Bit mode (BW)
1616

1717
// Define the text you will show in the text box
1818
const char* text="This is an example of a text written in a textbox. When a word doesn't fit into the current row, it goes to the next one."\

examples/Inkplate6COLOR/Projects/Inkplate6COLOR_OpenMeteo_Weather_Station/src/Network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <ArduinoJson.h>
77

8-
#include <Inkplate.H>
8+
#include <Inkplate.h>
99

1010

1111
// Function to get weather description based on the weather code

0 commit comments

Comments
 (0)