You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
826 B

void DisplayWeather() { // 4.7" e-paper display is 960x540 resolution 2-13 e-paper 250x122
// DisplayStatusSection(600, 20, wifi_signal); // Wi-Fi signal strength and Battery voltage
// DisplayGeneralInfoSection(); // Top line of the display
// DisplayDisplayWindSection(137, 150, WxConditions[0].Winddir, WxConditions[0].Windspeed, 100);
// DisplayAstronomySection(5, 255); // Astronomy section Sun rise/set, Moon phase and Moon icon
// DisplayMainWeatherSection(320, 110); // Centre section of display for Location, temperature, Weather report, current Wx Symbol
// DisplayWeatherIcon(810, 130); // Display weather icon scale = Large;
// DisplayForecastSection(320, 220); // 3hr forecast boxes прогноз
}