Skip to content

Commit 6f8a0fa

Browse files
committed
Update Inkplate7_Crypto_Currency_Tracker.ino
1 parent 9b0e11d commit 6f8a0fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/Inkplate7/Projects/Inkplate7_Crypto_Currency_Tracker/Inkplate7_Crypto_Currency_Tracker.ino

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ char currencyAbbr[] = "BTC";
5656
#include "Inkplate.h"
5757

5858
// Include fonts used
59-
#include "Fonts/FreeSans24pt7b.h"
6059
#include "Fonts/FreeSans12pt7b.h"
60+
#include "Fonts/FreeSans24pt7b.h"
6161
#include "Fonts/FreeSans9pt7b.h"
6262

6363
// Our networking functions, declared in Network.cpp
@@ -104,15 +104,15 @@ textElement elements[] = {
104104
{10, 40, &FreeSans24pt7b, currencyAbbr, 0, 1}, {194, 34, &FreeSans12pt7b, date, 0, 1},
105105
{385, 34, &FreeSans9pt7b, fromToDate, 0, 1}, {525, 54, &FreeSans9pt7b, "Current price:", 0, 1},
106106
{635, 82, &FreeSans9pt7b, current, 1, 1}, {549, 180, &FreeSans9pt7b, "Minimum:", 0, 1},
107-
{635, 208, &FreeSans9pt7b, minimum, 1, 1}, {549, 305, &FreeSans9pt7b, "Maximum:", 0, 1},
107+
{635, 208, &FreeSans9pt7b, minimum, 1, 1}, {549, 305, &FreeSans9pt7b, "Maximum:", 0, 1},
108108
{635, 333, &FreeSans9pt7b, maximum, 1, 1},
109109

110-
{10, 375, &FreeSans9pt7b, dates, 0, 1}, {85, 375, &FreeSans9pt7b, dates + 8, 0, 1},
111-
{179, 375, &FreeSans9pt7b, dates + 16, 0, 1}, {280, 375, &FreeSans9pt7b, dates + 24, 0, 1},
110+
{10, 375, &FreeSans9pt7b, dates, 0, 1}, {85, 375, &FreeSans9pt7b, dates + 8, 0, 1},
111+
{179, 375, &FreeSans9pt7b, dates + 16, 0, 1}, {280, 375, &FreeSans9pt7b, dates + 24, 0, 1},
112112
{375, 375, &FreeSans9pt7b, dates + 32, 0, 1},
113113

114-
{422, 121, &FreeSans9pt7b, prices, 0, 1}, {422, 194, &FreeSans9pt7b, prices + 16, 0, 1},
115-
{422, 272, &FreeSans9pt7b, prices + 32, 0, 1}, {422, 344, &FreeSans9pt7b, prices + 48, 0, 1},
114+
{422, 121, &FreeSans9pt7b, prices, 0, 1}, {422, 194, &FreeSans9pt7b, prices + 16, 0, 1},
115+
{422, 272, &FreeSans9pt7b, prices + 32, 0, 1}, {422, 344, &FreeSans9pt7b, prices + 48, 0, 1},
116116
};
117117

118118
// Our functions declared below setup and loop

0 commit comments

Comments
 (0)