├── .gitattributes ├── extras ├── Images │ ├── Weather │ │ ├── fog.bmp │ │ ├── clear.bmp │ │ ├── cloudy.bmp │ │ ├── hazy.bmp │ │ ├── nt_fog.bmp │ │ ├── rain.bmp │ │ ├── sleet.bmp │ │ ├── snow.bmp │ │ ├── wind.bmp │ │ ├── flurries.bmp │ │ ├── nt_clear.bmp │ │ ├── nt_hazy.bmp │ │ ├── nt_rain.bmp │ │ ├── nt_sleet.bmp │ │ ├── nt_snow.bmp │ │ ├── nt_wind.bmp │ │ ├── tstorms.bmp │ │ ├── unknown.bmp │ │ ├── weather.png │ │ ├── chancerain.bmp │ │ ├── chancesleet.bmp │ │ ├── chancesnow.bmp │ │ ├── mostlyclear.bmp │ │ ├── nt_cloudy.bmp │ │ ├── nt_flurries.bmp │ │ ├── nt_tstorms.bmp │ │ ├── nt_unknown.bmp │ │ ├── partlyclear.bmp │ │ ├── chancetstorms.bmp │ │ ├── mostlycloudy.bmp │ │ ├── nt_chancerain.bmp │ │ ├── nt_chancesnow.bmp │ │ ├── partlycloudy.bmp │ │ ├── chanceflurries.bmp │ │ ├── nt_chancesleet.bmp │ │ ├── nt_chancetstorms.bmp │ │ ├── nt_mostlyclear.bmp │ │ ├── nt_mostlycloudy.bmp │ │ ├── nt_partlyclear.bmp │ │ ├── nt_partlycloudy.bmp │ │ ├── nt_chanceflurries.bmp │ │ └── generate.cmd │ ├── Weather2 │ │ ├── fog.bmp │ │ ├── hail.bmp │ │ ├── map.png │ │ ├── rain.bmp │ │ ├── sleet.bmp │ │ ├── snow.bmp │ │ ├── wind.bmp │ │ ├── cloudy.bmp │ │ ├── drizzle.bmp │ │ ├── unknown.bmp │ │ ├── clear-day.bmp │ │ ├── lightRain.bmp │ │ ├── clear-night.bmp │ │ ├── thunderstorm.bmp │ │ ├── partly-cloudy-day.bmp │ │ ├── partly-cloudy-night.bmp │ │ └── readme.txt │ ├── OpenWeather │ │ ├── 01d.png │ │ ├── 01n.png │ │ ├── 02d.png │ │ ├── 02n.png │ │ ├── 03d.png │ │ ├── 03n.png │ │ ├── 04d.png │ │ ├── 04n.png │ │ ├── 09d.png │ │ ├── 09n.png │ │ ├── 10d.png │ │ ├── 10n.png │ │ ├── 11d.png │ │ ├── 11n.png │ │ ├── 13d.png │ │ ├── 13n.png │ │ ├── 50d.png │ │ ├── 50n.png │ │ └── generate.cmd │ ├── moon │ │ └── images │ │ │ ├── moon_64.bmp │ │ │ ├── moon_128.bmp │ │ │ └── full-moon-2016-lro_0.jpg │ ├── WeatherAPI_com │ │ ├── 64x64 │ │ │ ├── day │ │ │ │ ├── 113.png │ │ │ │ ├── 116.png │ │ │ │ ├── 119.png │ │ │ │ ├── 122.png │ │ │ │ ├── 143.png │ │ │ │ ├── 176.png │ │ │ │ ├── 179.png │ │ │ │ ├── 182.png │ │ │ │ ├── 185.png │ │ │ │ ├── 200.png │ │ │ │ ├── 227.png │ │ │ │ ├── 230.png │ │ │ │ ├── 248.png │ │ │ │ ├── 260.png │ │ │ │ ├── 263.png │ │ │ │ ├── 266.png │ │ │ │ ├── 281.png │ │ │ │ ├── 284.png │ │ │ │ ├── 293.png │ │ │ │ ├── 296.png │ │ │ │ ├── 299.png │ │ │ │ ├── 302.png │ │ │ │ ├── 305.png │ │ │ │ ├── 308.png │ │ │ │ ├── 311.png │ │ │ │ ├── 314.png │ │ │ │ ├── 317.png │ │ │ │ ├── 320.png │ │ │ │ ├── 323.png │ │ │ │ ├── 326.png │ │ │ │ ├── 329.png │ │ │ │ ├── 332.png │ │ │ │ ├── 335.png │ │ │ │ ├── 338.png │ │ │ │ ├── 350.png │ │ │ │ ├── 353.png │ │ │ │ ├── 356.png │ │ │ │ ├── 359.png │ │ │ │ ├── 362.png │ │ │ │ ├── 365.png │ │ │ │ ├── 368.png │ │ │ │ ├── 371.png │ │ │ │ ├── 374.png │ │ │ │ ├── 377.png │ │ │ │ ├── 386.png │ │ │ │ ├── 389.png │ │ │ │ ├── 392.png │ │ │ │ └── 395.png │ │ │ └── night │ │ │ │ ├── 113.png │ │ │ │ ├── 116.png │ │ │ │ ├── 119.png │ │ │ │ ├── 122.png │ │ │ │ ├── 143.png │ │ │ │ ├── 176.png │ │ │ │ ├── 179.png │ │ │ │ ├── 182.png │ │ │ │ ├── 185.png │ │ │ │ ├── 200.png │ │ │ │ ├── 227.png │ │ │ │ ├── 230.png │ │ │ │ ├── 248.png │ │ │ │ ├── 260.png │ │ │ │ ├── 263.png │ │ │ │ ├── 266.png │ │ │ │ ├── 281.png │ │ │ │ ├── 284.png │ │ │ │ ├── 293.png │ │ │ │ ├── 296.png │ │ │ │ ├── 299.png │ │ │ │ ├── 302.png │ │ │ │ ├── 305.png │ │ │ │ ├── 308.png │ │ │ │ ├── 311.png │ │ │ │ ├── 314.png │ │ │ │ ├── 317.png │ │ │ │ ├── 320.png │ │ │ │ ├── 323.png │ │ │ │ ├── 326.png │ │ │ │ ├── 329.png │ │ │ │ ├── 332.png │ │ │ │ ├── 335.png │ │ │ │ ├── 338.png │ │ │ │ ├── 350.png │ │ │ │ ├── 353.png │ │ │ │ ├── 356.png │ │ │ │ ├── 359.png │ │ │ │ ├── 362.png │ │ │ │ ├── 365.png │ │ │ │ ├── 368.png │ │ │ │ ├── 371.png │ │ │ │ ├── 374.png │ │ │ │ ├── 377.png │ │ │ │ ├── 386.png │ │ │ │ ├── 389.png │ │ │ │ ├── 392.png │ │ │ │ └── 395.png │ │ ├── 128x128 │ │ │ ├── day │ │ │ │ ├── 113.png │ │ │ │ ├── 116.png │ │ │ │ ├── 119.png │ │ │ │ ├── 122.png │ │ │ │ ├── 143.png │ │ │ │ ├── 176.png │ │ │ │ ├── 179.png │ │ │ │ ├── 182.png │ │ │ │ ├── 185.png │ │ │ │ ├── 200.png │ │ │ │ ├── 227.png │ │ │ │ ├── 230.png │ │ │ │ ├── 248.png │ │ │ │ ├── 260.png │ │ │ │ ├── 263.png │ │ │ │ ├── 266.png │ │ │ │ ├── 281.png │ │ │ │ ├── 284.png │ │ │ │ ├── 293.png │ │ │ │ ├── 296.png │ │ │ │ ├── 299.png │ │ │ │ ├── 302.png │ │ │ │ ├── 305.png │ │ │ │ ├── 308.png │ │ │ │ ├── 311.png │ │ │ │ ├── 314.png │ │ │ │ ├── 317.png │ │ │ │ ├── 320.png │ │ │ │ ├── 323.png │ │ │ │ ├── 326.png │ │ │ │ ├── 329.png │ │ │ │ ├── 332.png │ │ │ │ ├── 335.png │ │ │ │ ├── 338.png │ │ │ │ ├── 350.png │ │ │ │ ├── 353.png │ │ │ │ ├── 356.png │ │ │ │ ├── 359.png │ │ │ │ ├── 362.png │ │ │ │ ├── 365.png │ │ │ │ ├── 368.png │ │ │ │ ├── 371.png │ │ │ │ ├── 374.png │ │ │ │ ├── 377.png │ │ │ │ ├── 386.png │ │ │ │ ├── 389.png │ │ │ │ ├── 392.png │ │ │ │ └── 395.png │ │ │ └── night │ │ │ │ ├── 113.png │ │ │ │ ├── 116.png │ │ │ │ ├── 119.png │ │ │ │ ├── 122.png │ │ │ │ ├── 143.png │ │ │ │ ├── 176.png │ │ │ │ ├── 179.png │ │ │ │ ├── 182.png │ │ │ │ ├── 185.png │ │ │ │ ├── 200.png │ │ │ │ ├── 227.png │ │ │ │ ├── 230.png │ │ │ │ ├── 248.png │ │ │ │ ├── 260.png │ │ │ │ ├── 263.png │ │ │ │ ├── 266.png │ │ │ │ ├── 281.png │ │ │ │ ├── 284.png │ │ │ │ ├── 293.png │ │ │ │ ├── 296.png │ │ │ │ ├── 299.png │ │ │ │ ├── 302.png │ │ │ │ ├── 305.png │ │ │ │ ├── 308.png │ │ │ │ ├── 311.png │ │ │ │ ├── 314.png │ │ │ │ ├── 317.png │ │ │ │ ├── 320.png │ │ │ │ ├── 323.png │ │ │ │ ├── 326.png │ │ │ │ ├── 329.png │ │ │ │ ├── 332.png │ │ │ │ ├── 335.png │ │ │ │ ├── 338.png │ │ │ │ ├── 350.png │ │ │ │ ├── 353.png │ │ │ │ ├── 356.png │ │ │ │ ├── 359.png │ │ │ │ ├── 362.png │ │ │ │ ├── 365.png │ │ │ │ ├── 368.png │ │ │ │ ├── 371.png │ │ │ │ ├── 374.png │ │ │ │ ├── 377.png │ │ │ │ ├── 386.png │ │ │ │ ├── 389.png │ │ │ │ ├── 392.png │ │ │ │ └── 395.png │ │ └── file_list.txt │ └── WeatherIcons │ │ └── SVG │ │ ├── Wind │ │ ├── wi-small-craft-advisory.svg │ │ ├── wi-gale-warning.svg │ │ ├── wi-hurricane-warning.svg │ │ ├── wi-wind-deg.svg │ │ ├── wi-wind-beaufort-1.svg │ │ ├── wi-wind-beaufort-11.svg │ │ ├── wi-wind-beaufort-4.svg │ │ └── wi-wind-beaufort-7.svg │ │ ├── Weather │ │ ├── wi-storm-warning.svg │ │ ├── wi-thermometer-internal.svg │ │ ├── wi-raindrop.svg │ │ ├── wi-lightning.svg │ │ ├── wi-degrees.svg │ │ ├── wi-smog.svg │ │ ├── wi-thermometer-exterior.svg │ │ ├── wi-cloud.svg │ │ ├── wi-fahrenheit.svg │ │ ├── wi-night-clear.svg │ │ ├── wi-raindrops.svg │ │ ├── wi-windy.svg │ │ ├── wi-night-cloudy.svg │ │ ├── wi-strong-wind.svg │ │ ├── wi-barometer.svg │ │ ├── wi-thermometer.svg │ │ └── wi-night-partly-cloudy.svg │ │ ├── Astro │ │ ├── wi-moon-first-quarter.svg │ │ ├── wi-moon-third-quarter.svg │ │ ├── wi-moon-waning-crescent-1.svg │ │ ├── wi-moon-waning-crescent-2.svg │ │ ├── wi-moon-waning-gibbous-5.svg │ │ ├── wi-moon-waxing-gibbous-2.svg │ │ ├── wi-moon-waxing-crescent-5.svg │ │ ├── wi-moon-waxing-crescent-6.svg │ │ ├── wi-moon-waning-crescent-3.svg │ │ ├── wi-moon-waning-gibbous-6.svg │ │ ├── wi-moon-waxing-gibbous-1.svg │ │ ├── wi-moon-waning-crescent-4.svg │ │ ├── wi-moon-full.svg │ │ ├── wi-moon-waning-gibbous-4.svg │ │ ├── wi-moon-alt-new.svg │ │ ├── wi-moon-waxing-gibbous-3.svg │ │ ├── wi-moon-waning-crescent-5.svg │ │ ├── wi-moon-waxing-gibbous-4.svg │ │ ├── wi-moon-waxing-crescent-3.svg │ │ ├── wi-moon-waning-gibbous-2.svg │ │ ├── wi-moon-waxing-crescent-4.svg │ │ ├── wi-moon-waxing-gibbous-5.svg │ │ ├── wi-moon-waxing-gibbous-6.svg │ │ ├── wi-moon-waning-gibbous-3.svg │ │ ├── wi-moon-waning-gibbous-1.svg │ │ ├── wi-moon-waxing-crescent-2.svg │ │ ├── wi-moon-waxing-crescent-1.svg │ │ ├── wi-moon-waning-crescent-6.svg │ │ ├── wi-moon-alt-first-quarter.svg │ │ ├── wi-moon-alt-third-quarter.svg │ │ ├── wi-moon-alt-waxing-crescent-1.svg │ │ ├── wi-moon-alt-waxing-crescent-2.svg │ │ ├── wi-moon-alt-waxing-crescent-5.svg │ │ ├── wi-moon-alt-waxing-crescent-3.svg │ │ ├── wi-moon-alt-waxing-crescent-6.svg │ │ ├── wi-moon-alt-waning-crescent-2.svg │ │ ├── wi-moon-alt-waning-crescent-3.svg │ │ ├── wi-moon-alt-waxing-crescent-4.svg │ │ ├── wi-moon-alt-waning-crescent-1.svg │ │ ├── wi-moon-alt-waning-gibbous-6.svg │ │ ├── wi-moon-alt-waxing-gibbous-1.svg │ │ ├── wi-lunar-eclipse.svg │ │ ├── wi-moon-alt-waning-crescent-4.svg │ │ ├── wi-moon-alt-waning-crescent-6.svg │ │ ├── wi-moon-alt-waning-crescent-5.svg │ │ ├── wi-moon-alt-waxing-gibbous-2.svg │ │ ├── wi-moon-alt-waxing-gibbous-4.svg │ │ ├── wi-moon-alt-waxing-gibbous-5.svg │ │ ├── wi-moon-alt-waning-gibbous-5.svg │ │ ├── wi-moon-alt-waning-gibbous-4.svg │ │ ├── wi-moon-new.svg │ │ ├── wi-moon-alt-full.svg │ │ ├── wi-moon-alt-waxing-gibbous-3.svg │ │ ├── wi-moon-alt-waning-gibbous-1.svg │ │ ├── wi-moon-alt-waning-gibbous-3.svg │ │ ├── wi-moon-alt-waning-gibbous-2.svg │ │ ├── wi-moon-alt-waxing-gibbous-6.svg │ │ ├── wi-moonrise.svg │ │ ├── wi-moonset.svg │ │ └── wi-stars.svg │ │ ├── wi-na.svg │ │ ├── wi-direction-down-right.svg │ │ ├── wi-direction-up-left.svg │ │ ├── wi-direction-up-right.svg │ │ ├── wi-direction-left.svg │ │ ├── wi-direction-down.svg │ │ ├── wi-direction-up.svg │ │ ├── wi-direction-down-left.svg │ │ ├── wi-direction-right.svg │ │ ├── wi-refresh-alt.svg │ │ ├── Time │ │ ├── wi-time-6.svg │ │ ├── wi-time-12.svg │ │ ├── wi-time-5.svg │ │ ├── wi-time-7.svg │ │ ├── wi-time-4.svg │ │ ├── wi-time-9.svg │ │ ├── wi-time-8.svg │ │ ├── wi-time-2.svg │ │ ├── wi-time-3.svg │ │ ├── wi-time-1.svg │ │ ├── wi-time-10.svg │ │ └── wi-time-11.svg │ │ ├── wi-refresh.svg │ │ ├── wi-alien.svg │ │ └── wi-earthquake.svg └── bmper │ ├── packages.config │ ├── bmper.vcxproj.filters │ └── bmper.sln ├── library.properties ├── src ├── Weather2 │ └── Weather2.h └── Moon │ ├── MoonPhases_32.h │ ├── MoonPhases_48.h │ ├── MoonPhases_64.h │ ├── MoonPhases_96.h │ ├── MoonPhases_128.h │ ├── MoonPhases_160.h │ ├── MoonPhases_200.h │ ├── MoonPhases_240.h │ ├── MoonPhases_256.h │ └── MoonPhases_320.h ├── LICENSE └── RLEBitmap-1.0.0.vcxitems /.gitattributes: -------------------------------------------------------------------------------- 1 | *.h text diff=cpp 2 | *.h linguist-language=C++ 3 | -------------------------------------------------------------------------------- /extras/Images/Weather/fog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/fog.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/clear.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/clear.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/cloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/cloudy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/hazy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/hazy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_fog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_fog.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/rain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/rain.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/sleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/sleet.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/snow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/snow.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/wind.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/wind.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/fog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/fog.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/hail.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/hail.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/map.png -------------------------------------------------------------------------------- /extras/Images/Weather2/rain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/rain.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/sleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/sleet.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/snow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/snow.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/wind.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/wind.bmp -------------------------------------------------------------------------------- /extras/Images/OpenWeather/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/01d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/01n.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/02d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/02n.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/03d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/03n.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/04d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/04n.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/09d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/09n.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/10d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/10n.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/11d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/11n.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/13d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/13n.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/50d.png -------------------------------------------------------------------------------- /extras/Images/OpenWeather/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/OpenWeather/50n.png -------------------------------------------------------------------------------- /extras/Images/Weather/flurries.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/flurries.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_clear.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_clear.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_hazy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_hazy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_rain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_rain.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_sleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_sleet.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_snow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_snow.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_wind.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_wind.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/tstorms.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/tstorms.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/unknown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/unknown.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/weather.png -------------------------------------------------------------------------------- /extras/Images/Weather2/cloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/cloudy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/drizzle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/drizzle.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/unknown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/unknown.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/chancerain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/chancerain.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/chancesleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/chancesleet.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/chancesnow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/chancesnow.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/mostlyclear.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/mostlyclear.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_cloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_cloudy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_flurries.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_flurries.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_tstorms.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_tstorms.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_unknown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_unknown.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/partlyclear.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/partlyclear.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/clear-day.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/clear-day.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/lightRain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/lightRain.bmp -------------------------------------------------------------------------------- /extras/Images/moon/images/moon_64.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/moon/images/moon_64.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/chancetstorms.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/chancetstorms.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/mostlycloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/mostlycloudy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_chancerain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_chancerain.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_chancesnow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_chancesnow.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/partlycloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/partlycloudy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/clear-night.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/clear-night.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/thunderstorm.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/thunderstorm.bmp -------------------------------------------------------------------------------- /extras/Images/moon/images/moon_128.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/moon/images/moon_128.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/chanceflurries.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/chanceflurries.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_chancesleet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_chancesleet.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_chancetstorms.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_chancetstorms.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_mostlyclear.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_mostlyclear.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_mostlycloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_mostlycloudy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_partlyclear.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_partlyclear.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_partlycloudy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_partlycloudy.bmp -------------------------------------------------------------------------------- /extras/Images/Weather/nt_chanceflurries.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather/nt_chanceflurries.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/partly-cloudy-day.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/partly-cloudy-day.bmp -------------------------------------------------------------------------------- /extras/Images/Weather2/partly-cloudy-night.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/Weather2/partly-cloudy-night.bmp -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/113.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/116.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/119.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/122.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/143.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/176.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/179.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/182.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/185.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/200.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/227.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/227.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/230.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/248.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/248.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/260.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/263.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/263.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/266.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/266.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/281.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/281.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/284.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/284.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/293.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/293.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/296.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/299.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/299.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/302.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/305.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/308.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/308.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/311.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/311.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/314.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/317.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/317.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/320.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/323.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/326.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/329.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/332.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/335.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/335.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/338.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/338.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/350.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/353.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/353.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/356.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/356.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/359.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/359.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/362.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/362.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/365.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/368.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/368.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/371.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/371.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/374.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/374.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/377.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/386.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/386.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/389.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/389.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/392.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/392.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/day/395.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/day/395.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/113.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/116.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/119.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/122.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/143.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/176.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/179.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/182.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/185.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/200.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/227.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/227.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/230.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/248.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/248.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/260.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/263.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/263.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/266.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/266.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/281.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/281.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/284.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/284.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/293.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/293.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/296.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/299.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/299.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/302.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/305.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/308.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/308.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/311.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/311.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/314.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/317.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/317.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/320.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/323.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/326.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/329.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/332.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/335.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/335.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/338.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/338.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/350.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/353.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/353.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/356.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/356.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/359.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/359.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/362.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/362.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/365.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/368.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/368.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/371.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/371.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/374.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/374.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/377.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/386.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/386.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/389.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/389.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/392.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/392.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/day/395.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/day/395.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/113.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/116.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/119.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/122.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/143.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/176.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/179.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/182.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/185.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/200.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/227.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/227.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/230.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/248.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/248.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/260.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/263.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/263.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/266.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/266.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/281.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/281.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/284.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/284.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/293.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/293.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/296.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/299.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/299.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/302.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/305.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/308.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/308.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/311.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/311.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/314.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/317.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/317.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/320.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/323.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/326.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/329.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/332.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/335.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/335.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/338.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/338.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/350.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/353.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/353.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/356.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/356.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/359.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/359.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/362.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/362.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/365.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/368.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/368.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/371.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/371.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/374.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/374.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/377.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/386.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/386.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/389.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/389.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/392.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/392.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/64x64/night/395.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/64x64/night/395.png -------------------------------------------------------------------------------- /extras/Images/Weather2/readme.txt: -------------------------------------------------------------------------------- 1 | These files taken from: 2 | https://github.com/Bodmer/OpenWeather/examples/TFT_eSPI_OpenWeather/data/icon/ 3 | 4 | 5 | -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/113.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/116.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/119.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/122.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/143.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/176.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/179.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/182.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/185.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/200.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/227.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/227.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/230.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/248.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/248.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/260.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/263.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/263.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/266.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/266.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/281.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/281.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/284.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/284.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/293.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/293.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/296.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/299.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/299.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/302.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/305.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/308.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/308.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/311.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/311.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/314.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/317.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/317.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/320.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/323.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/326.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/329.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/332.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/335.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/335.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/338.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/338.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/350.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/353.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/353.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/356.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/356.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/359.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/359.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/362.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/362.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/365.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/368.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/368.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/371.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/371.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/374.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/374.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/377.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/386.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/386.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/389.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/389.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/392.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/392.png -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/128x128/night/395.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/WeatherAPI_com/128x128/night/395.png -------------------------------------------------------------------------------- /extras/Images/moon/images/full-moon-2016-lro_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MHotchin/RLEBitmap/HEAD/extras/Images/moon/images/full-moon-2016-lro_0.jpg -------------------------------------------------------------------------------- /extras/bmper/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Wind/wi-small-craft-advisory.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-storm-warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Wind/wi-gale-warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- 1 | name=RLEBitmap 2 | version=1.2.0 3 | author=M Hotchin 4 | maintainer=M Hotchin 5 | sentence=Run Length Encoded bitmaps 6 | paragraph=Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes. 7 | category=Display 8 | url=https://github.com/MHotchin/RLEBitmap 9 | architectures=* 10 | depends= 11 | includes=RLEBitmap.h 12 | -------------------------------------------------------------------------------- /src/Weather2/Weather2.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-first-quarter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-third-quarter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/Weather/generate.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal ENABLEDELAYEDEXPANSION 3 | 4 | set INCLUDE_DIR=..\..\..\src\Weather 5 | if not exist "%INCLUDE_DIR%" mkdir "%INCLUDE_DIR%" 6 | 7 | rem Location of BMP to code tool 8 | set BMPER=..\bmper.exe 9 | if exist %BMPER% goto got_bmper 10 | echo Error: Unable to locate 'bmper.exe' from the RLE Bitmap Arduino library 11 | goto :eof 12 | 13 | :got_bmper 14 | 15 | for %%i in (*.bmp) do call :generate_header %%i 16 | 17 | goto :eof 18 | 19 | :generate_header 20 | echo Processing "%1" 21 | 22 | %BMPER% "%1" > "%INCLUDE_DIR%\%~n1.h" 23 | goto :eof -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Wind/wi-hurricane-warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-crescent-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-crescent-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-gibbous-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-gibbous-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherAPI_com/file_list.txt: -------------------------------------------------------------------------------- 1 | 113.png 2 | 116.png 3 | 119.png 4 | 122.png 5 | 143.png 6 | 176.png 7 | 179.png 8 | 182.png 9 | 185.png 10 | 200.png 11 | 227.png 12 | 230.png 13 | 248.png 14 | 260.png 15 | 263.png 16 | 266.png 17 | 281.png 18 | 284.png 19 | 293.png 20 | 296.png 21 | 299.png 22 | 302.png 23 | 305.png 24 | 308.png 25 | 311.png 26 | 314.png 27 | 317.png 28 | 320.png 29 | 323.png 30 | 326.png 31 | 329.png 32 | 332.png 33 | 335.png 34 | 338.png 35 | 350.png 36 | 353.png 37 | 356.png 38 | 359.png 39 | 362.png 40 | 365.png 41 | 368.png 42 | 371.png 43 | 374.png 44 | 377.png 45 | 386.png 46 | 389.png 47 | 392.png 48 | 395.png 49 | 50 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-crescent-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-crescent-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-crescent-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-gibbous-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-gibbous-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-na.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-crescent-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-full.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-gibbous-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-new.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-gibbous-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-crescent-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-gibbous-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-crescent-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-gibbous-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-crescent-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-gibbous-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-gibbous-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-gibbous-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-gibbous-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-crescent-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-thermometer-internal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-raindrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-direction-down-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-direction-up-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-direction-up-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waxing-crescent-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-waning-crescent-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-direction-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-direction-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-direction-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-direction-down-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-degrees.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-direction-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-first-quarter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-third-quarter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-crescent-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-crescent-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-crescent-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-crescent-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-crescent-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-crescent-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-crescent-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-crescent-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-crescent-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-gibbous-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-gibbous-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-lunar-eclipse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-crescent-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-crescent-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-crescent-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-gibbous-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-gibbous-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-gibbous-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-gibbous-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-gibbous-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-new.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-full.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-refresh-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-gibbous-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 M Hotchin 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /RLEBitmap-1.0.0.vcxitems: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | $(MSBuildAllProjects);$(MSBuildThisFileFullPath) 5 | true 6 | {0fb3f260-c979-4e6b-9c9c-ffce6e2ceefc} 7 | 8 | 9 | 10 | %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-gibbous-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-gibbous-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waning-gibbous-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_32.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_48.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_64.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_96.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-refresh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-smog.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Wind/wi-wind-deg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-thermometer-exterior.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moon-alt-waxing-gibbous-6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-12.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-fahrenheit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_128.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_160.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_200.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_240.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_256.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /src/Moon/MoonPhases_320.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-night-clear.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-raindrops.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-9.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moonrise.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Time/wi-time-11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | -------------------------------------------------------------------------------- /extras/bmper/bmper.vcxproj.filters: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hh;hpp;hxx;hm;inl;inc;ipp;xsd 11 | 12 | 13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} 14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms 15 | 16 | 17 | 18 | 19 | Source Files 20 | 21 | 22 | Source Files 23 | 24 | 25 | 26 | 27 | Header Files 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-moonset.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 14 | 15 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-windy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 14 | 15 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Astro/wi-stars.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 15 | 16 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-night-cloudy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 15 | 16 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-strong-wind.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 15 | 16 | -------------------------------------------------------------------------------- /extras/bmper/bmper.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio Version 16 4 | VisualStudioVersion = 16.0.29728.190 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bmper", "bmper.vcxproj", "{AB51A81C-28D2-488B-86AF-CCED64E27288}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|x64 = Debug|x64 11 | Debug|x86 = Debug|x86 12 | Release|x64 = Release|x64 13 | Release|x86 = Release|x86 14 | EndGlobalSection 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 | {AB51A81C-28D2-488B-86AF-CCED64E27288}.Debug|x64.ActiveCfg = Debug|x64 17 | {AB51A81C-28D2-488B-86AF-CCED64E27288}.Debug|x64.Build.0 = Debug|x64 18 | {AB51A81C-28D2-488B-86AF-CCED64E27288}.Debug|x86.ActiveCfg = Debug|Win32 19 | {AB51A81C-28D2-488B-86AF-CCED64E27288}.Debug|x86.Build.0 = Debug|Win32 20 | {AB51A81C-28D2-488B-86AF-CCED64E27288}.Release|x64.ActiveCfg = Release|x64 21 | {AB51A81C-28D2-488B-86AF-CCED64E27288}.Release|x64.Build.0 = Release|x64 22 | {AB51A81C-28D2-488B-86AF-CCED64E27288}.Release|x86.ActiveCfg = Release|Win32 23 | {AB51A81C-28D2-488B-86AF-CCED64E27288}.Release|x86.Build.0 = Release|Win32 24 | EndGlobalSection 25 | GlobalSection(SolutionProperties) = preSolution 26 | HideSolutionNode = FALSE 27 | EndGlobalSection 28 | GlobalSection(ExtensibilityGlobals) = postSolution 29 | SolutionGuid = {EF411353-00AF-4EFD-A504-A6EC13AA9005} 30 | EndGlobalSection 31 | EndGlobal 32 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Wind/wi-wind-beaufort-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 15 | 16 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-barometer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 15 | 16 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-alien.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 16 | 17 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Wind/wi-wind-beaufort-11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 16 | 17 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-thermometer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 15 | 16 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/wi-earthquake.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 16 | 17 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Wind/wi-wind-beaufort-4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 16 | 17 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Wind/wi-wind-beaufort-7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 16 | 17 | -------------------------------------------------------------------------------- /extras/Images/OpenWeather/generate.cmd: -------------------------------------------------------------------------------- 1 | echo off 2 | setlocal ENABLEDELAYEDEXPANSION 3 | cls 4 | 5 | set SRC_DIR=SVG 6 | rem cd %SRC_DIR% 7 | 8 | rem Location of the ImageMagick command line tool 9 | set MAGICK=magick.exe 10 | 11 | rem See if it is already in the path 12 | where %MAGICK% >nul: 2>&1 13 | if not errorlevel 1 goto :got_magick 14 | 15 | rem Try a specific install location 16 | set MAGICK="c:\Program Files\ImageMagick-7.0.10-Q16-HDRI\magick.exe" 17 | if exist %MAGICK% goto got_magick 18 | echo Error: Unable to locate 'magick.exe' from ImageMagick. 19 | goto :eof 20 | 21 | :got_magick 22 | 23 | rem Location of BMP to code tool 24 | set BMPER=..\bmper.exe 25 | if exist %BMPER% goto got_bmper 26 | echo Error: Unable to locate 'bmper.exe' from the RLE Bitmap Arduino library 27 | goto :eof 28 | 29 | :got_bmper 30 | 31 | rem Each icon has a numeric leader, and a 'd' or 'n' for day/night 32 | set ICON_LIST=01 02 03 04 09 10 11 13 50 33 | 34 | rem for %%i in (%ICON_LIST%) do for %%j in (d n) do curl -o %%i%%j.png http://openweathermap.org/img/wn/%%i%%j@2x.png 35 | 36 | set OUTPUT_DIR=Processed 37 | set INCLUDE_DIR=..\..\..\src\OpenWeathermap 38 | 39 | if not exist "%OUTPUT_DIR%" mkdir "%OUTPUT_DIR%" 40 | if not exist "%INCLUDE_DIR%" mkdir "%INCLUDE_DIR%" 41 | 42 | for %%i in (*.png) do call :process_file %%i 43 | 44 | goto :eof 45 | 46 | :process_file 47 | 48 | set BMP_FILE=%OUTPUT_DIR%\%~n1.bmp 49 | set INCLUDE_FILE=%INCLUDE_DIR%\%~n1.h 50 | 51 | rem @echo on 52 | %MAGICK% convert "%1" -background black -alpha remove +dither +antialias -colors 15 -compress none -type truecolor "BMP3:%BMP_FILE%" 53 | %BMPER% "%BMP_FILE%" > "%INCLUDE_FILE%" 54 | rem @echo off 55 | goto :eof 56 | -------------------------------------------------------------------------------- /extras/Images/WeatherIcons/SVG/Weather/wi-night-partly-cloudy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 16 | 17 | --------------------------------------------------------------------------------