├── ArialRounded.h ├── README.md ├── TouchControllerWS.cpp ├── TouchControllerWS.h ├── configportal.h ├── esp8266-weather-station-color.ino ├── moonphases.h ├── resources ├── AZSMZ-11.jpg ├── AZSMZ-TFT-20180130.bin ├── AZSMZ-TFT-20180131.bin ├── AZSMZ-TFT-20180425.bin ├── AZSMZ-TFT-TOUCH-1.8-WIRE.jpg ├── AZSMZ-TFT-TOUCH-WIRE.jpg ├── AZSMZ_TFT_20180118.bin ├── DHT11-WIRE.jpg ├── ESP8266ColorDisplayKit.png ├── ESP8266FLASH.zip ├── Flash.md ├── PlaneSpotterWiring.png ├── flash-1.jpg ├── flash-2.jpg ├── flash-3.jpg ├── flash-4.jpg ├── flash-5.jpg ├── moonphases │ ├── moonphase_L0.bmp │ ├── moonphase_L1.bmp │ ├── moonphase_L10.bmp │ ├── moonphase_L11.bmp │ ├── moonphase_L12.bmp │ ├── moonphase_L13.bmp │ ├── moonphase_L14.bmp │ ├── moonphase_L15.bmp │ ├── moonphase_L16.bmp │ ├── moonphase_L17.bmp │ ├── moonphase_L18.bmp │ ├── moonphase_L19.bmp │ ├── moonphase_L2.bmp │ ├── moonphase_L20.bmp │ ├── moonphase_L21.bmp │ ├── moonphase_L22.bmp │ ├── moonphase_L23.bmp │ ├── moonphase_L3.bmp │ ├── moonphase_L4.bmp │ ├── moonphase_L5.bmp │ ├── moonphase_L6.bmp │ ├── moonphase_L7.bmp │ ├── moonphase_L8.bmp │ └── moonphase_L9.bmp └── wunderground │ ├── big │ ├── chanceflurries.bmp │ ├── chancerain.bmp │ ├── chancesleet.bmp │ ├── chancesnow.bmp │ ├── chancestorms.bmp │ ├── clear.bmp │ ├── cloudy.bmp │ ├── flurries.bmp │ ├── fog.bmp │ ├── hazy.bmp │ ├── mostlycloudy.bmp │ ├── mostlysunny.bmp │ ├── partlycloudy.bmp │ ├── partlysunny.bmp │ ├── rain.bmp │ ├── sleet.bmp │ ├── snow.bmp │ ├── sunny.bmp │ ├── tstorms.bmp │ └── unknown.bmp │ └── small │ ├── chanceflurries.bmp │ ├── chancerain.bmp │ ├── chancesleet.bmp │ ├── chancesnow.bmp │ ├── chancestorms.bmp │ ├── clear.bmp │ ├── cloudy.bmp │ ├── flurries.bmp │ ├── fog.bmp │ ├── hazy.bmp │ ├── mostlycloudy.bmp │ ├── mostlysunny.bmp │ ├── partlycloudy.bmp │ ├── partlysunny.bmp │ ├── rain.bmp │ ├── sleet.bmp │ ├── snow.bmp │ ├── sunny.bmp │ ├── tstorms.bmp │ └── unknown.bmp ├── settings.h └── weathericons.h /ArialRounded.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/ArialRounded.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/README.md -------------------------------------------------------------------------------- /TouchControllerWS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/TouchControllerWS.cpp -------------------------------------------------------------------------------- /TouchControllerWS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/TouchControllerWS.h -------------------------------------------------------------------------------- /configportal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/configportal.h -------------------------------------------------------------------------------- /esp8266-weather-station-color.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/esp8266-weather-station-color.ino -------------------------------------------------------------------------------- /moonphases.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/moonphases.h -------------------------------------------------------------------------------- /resources/AZSMZ-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/AZSMZ-11.jpg -------------------------------------------------------------------------------- /resources/AZSMZ-TFT-20180130.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/AZSMZ-TFT-20180130.bin -------------------------------------------------------------------------------- /resources/AZSMZ-TFT-20180131.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/AZSMZ-TFT-20180131.bin -------------------------------------------------------------------------------- /resources/AZSMZ-TFT-20180425.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/AZSMZ-TFT-20180425.bin -------------------------------------------------------------------------------- /resources/AZSMZ-TFT-TOUCH-1.8-WIRE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/AZSMZ-TFT-TOUCH-1.8-WIRE.jpg -------------------------------------------------------------------------------- /resources/AZSMZ-TFT-TOUCH-WIRE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/AZSMZ-TFT-TOUCH-WIRE.jpg -------------------------------------------------------------------------------- /resources/AZSMZ_TFT_20180118.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/AZSMZ_TFT_20180118.bin -------------------------------------------------------------------------------- /resources/DHT11-WIRE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/DHT11-WIRE.jpg -------------------------------------------------------------------------------- /resources/ESP8266ColorDisplayKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/ESP8266ColorDisplayKit.png -------------------------------------------------------------------------------- /resources/ESP8266FLASH.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/ESP8266FLASH.zip -------------------------------------------------------------------------------- /resources/Flash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/Flash.md -------------------------------------------------------------------------------- /resources/PlaneSpotterWiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/PlaneSpotterWiring.png -------------------------------------------------------------------------------- /resources/flash-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/flash-1.jpg -------------------------------------------------------------------------------- /resources/flash-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/flash-2.jpg -------------------------------------------------------------------------------- /resources/flash-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/flash-3.jpg -------------------------------------------------------------------------------- /resources/flash-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/flash-4.jpg -------------------------------------------------------------------------------- /resources/flash-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/flash-5.jpg -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L0.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L1.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L10.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L10.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L11.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L11.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L12.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L12.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L13.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L13.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L14.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L14.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L15.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L15.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L16.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L16.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L17.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L18.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L18.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L19.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L19.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L2.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L20.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L20.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L21.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L21.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L22.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L22.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L23.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L23.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L3.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L4.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L5.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L6.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L7.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L8.bmp -------------------------------------------------------------------------------- /resources/moonphases/moonphase_L9.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/moonphases/moonphase_L9.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/chanceflurries.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/chanceflurries.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/chancerain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/chancerain.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/chancesleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/chancesleet.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/chancesnow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/chancesnow.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/chancestorms.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/chancestorms.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/clear.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/clear.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/cloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/cloudy.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/flurries.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/flurries.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/fog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/fog.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/hazy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/hazy.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/mostlycloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/mostlycloudy.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/mostlysunny.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/mostlysunny.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/partlycloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/partlycloudy.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/partlysunny.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/partlysunny.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/rain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/rain.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/sleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/sleet.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/snow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/snow.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/sunny.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/sunny.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/tstorms.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/tstorms.bmp -------------------------------------------------------------------------------- /resources/wunderground/big/unknown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/big/unknown.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/chanceflurries.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/chanceflurries.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/chancerain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/chancerain.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/chancesleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/chancesleet.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/chancesnow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/chancesnow.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/chancestorms.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/chancestorms.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/clear.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/clear.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/cloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/cloudy.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/flurries.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/flurries.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/fog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/fog.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/hazy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/hazy.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/mostlycloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/mostlycloudy.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/mostlysunny.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/mostlysunny.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/partlycloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/partlycloudy.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/partlysunny.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/partlysunny.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/rain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/rain.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/sleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/sleet.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/snow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/snow.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/sunny.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/sunny.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/tstorms.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/tstorms.bmp -------------------------------------------------------------------------------- /resources/wunderground/small/unknown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/resources/wunderground/small/unknown.bmp -------------------------------------------------------------------------------- /settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/settings.h -------------------------------------------------------------------------------- /weathericons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxandy/esp8266-weather-station-color/HEAD/weathericons.h --------------------------------------------------------------------------------