WeatherDuino Forum

Full Version: Forecast Icons - Barrow4491
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Werk, 
Photo of my WD units
Why does one not show the icons as the files are identical?
Can you tell me what i am doing wrong please
Regards
Jim

[attachment=3162]
Hi Jim,

Please try to upload the Data folder to the unit which isn't displaying the icons.

Rgs.
Werk_AG
Werk,
Is this what you need?


-------------------------------------------------------------
//  OpenWeather Forecast Data Structure
// -------------------------------------------------------------------
typedef struct
{
  uint32_t dt;
  int16_t Temp;
  uint8_t Humidity;
  float WindSpeed;
  int16_t WindDir;
  char Icon[4];
} ForecastData;
  
ForecastData Forecast_Rec[4];
Hi Jim,

Besides uploading the software after compilation, there are cases (if the flash memory has been erased) that you also need to upload some other data to the flash memory, such as the fonts, icons, etc...

For this, on the Arduino IDE, under Tools, there is a utility called ESP32 Sketch Data Upload.

Probably you have already done this in the past (otherwise the unit would not even show those pretty fonts), but have forgot the process.

Rgs.
Werk_AG
Werk,
Thanks for that, i had forgotten 

Jim
Werk
I can’t find that utility under tools so I need to install it?
Werk,
Sorry all good now updated board manager.
Jim