Skip to content

Commit 6aae726

Browse files
committed
added missing drawFrame5 prototype
1 parent 32bdc74 commit 6aae726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/WeatherStationDemo/WeatherStationDemo.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ void drawFrame1(int x, int y);
8585
void drawFrame2(int x, int y);
8686
void drawFrame3(int x, int y);
8787
void drawFrame4(int x, int y);
88+
void drawFrame4(int x, int y);
8889
void setReadyForWeatherUpdate();
8990
void drawForecast(int x, int y, int dayIndex);
9091

0 commit comments

Comments
 (0)