diff --git a/esp8266-weather-station-color.ino b/esp8266-weather-station-color.ino index fb61619..a47371d 100644 --- a/esp8266-weather-station-color.ino +++ b/esp8266-weather-station-color.ino @@ -41,6 +41,7 @@ See more at https://blog.squix.org #include #include + #include "ArialRounded.h" #include "moonphases.h" #include "weathericons.h" @@ -72,9 +73,6 @@ int BITS_PER_PIXEL = 2; // 2^2 = 4 colors ADC_MODE(ADC_VCC); -#include "ArialRounded.h" -#include "moonphases.h" -#include "weathericons.h" ILI9341_SPI tft = ILI9341_SPI(TFT_CS, TFT_DC);