gitextract_ry32umis/ ├── .gitattributes ├── Data_Point_Set.h ├── OpenWeather.cpp ├── OpenWeather.h ├── README.md ├── User_Setup.h ├── examples/ │ ├── Onecall API (subscription required)/ │ │ ├── My_OpenWeather_Test/ │ │ │ ├── My_OpenWeather_Test.ino │ │ │ └── Notes.ino │ │ ├── TFT_eSPI_OpenWeather/ │ │ │ ├── All_Settings.h │ │ │ ├── GfxUi.cpp │ │ │ ├── GfxUi.h │ │ │ ├── MoonPhase.ino │ │ │ ├── NTP_Time.h │ │ │ ├── SPIFFS_Support.h │ │ │ ├── ScreenGrabClient.ino │ │ │ ├── ScreenGrabServer.ino │ │ │ ├── TFT_eSPI_OpenWeather.ino │ │ │ └── data/ │ │ │ └── fonts/ │ │ │ ├── NotoSansBold15.vlw │ │ │ └── NotoSansBold36.vlw │ │ └── TFT_eSPI_OpenWeather_LittleFS/ │ │ ├── All_Settings.h │ │ ├── GfxUi.cpp │ │ ├── GfxUi.h │ │ ├── MoonPhase.ino │ │ ├── NTP_Time.h │ │ ├── ScreenGrabClient.ino │ │ ├── ScreenGrabServer.ino │ │ ├── TFT_eSPI_OpenWeather_LittleFS.ino │ │ └── data/ │ │ └── fonts/ │ │ ├── NSBold15.vlw │ │ └── NSBold36.vlw │ ├── OpenWeather_Forecast_Test/ │ │ ├── Notes.ino │ │ └── OpenWeather_Forecast_Test.ino │ └── TFT_eSPI_OpenWeather_LittleFS/ │ ├── All_Settings.h │ ├── GfxUi.cpp │ ├── GfxUi.h │ ├── MoonPhase.ino │ ├── NTP_Time.h │ ├── ScreenGrabClient.ino │ ├── ScreenGrabServer.ino │ ├── TFT_eSPI_OpenWeather_LittleFS.ino │ └── data/ │ └── fonts/ │ ├── NSBold15.vlw │ └── NSBold36.vlw ├── keywords.txt ├── library.json ├── library.properties └── license.txt