File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Advanced/Other/Inkplate6COLOR_TextBox
Projects/Inkplate6COLOR_OpenMeteo_Weather_Station/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1818const 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." \
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments