Bodmer / OpenWeather

Arduino library to fetch weather information from OpenWeather
Other
41 stars 9 forks source link

no bmp show #21

Closed Maddin4000 closed 7 months ago

Maddin4000 commented 8 months ago

Hi Bodmer, i have all installed, downgrade to Arduino 1 to upload Spiffs; upload ok but no Bitmaps seen on screen ???

ESP32 wroom, ili9341,Mac OSX,

Bodmer commented 8 months ago

Get the TFT__eSPI examples working with the screen first.

Maddin4000 commented 8 months ago

I have test all

what do I upload to spiffs? In the sketch folder is your data folder only that ?

Bodmer commented 8 months ago

Yes, the upload should automatically use files in the data folder. Note that some examples use LittleFS.

Bodmer commented 8 months ago

Look at the serial monitor output to see debug messages.

Maddin4000 commented 8 months ago

E (367) esp_littlefs: mount failed, (-84) E (368) esp_littlefs: Failed to initialize LittleFS

SPIFFS files found: Listing directory: / Failed to open directory

Font file fonts/NotoSansBold15 not found! .

NTP response time was : 29 ms Time since last sync is: 6.57 s Received NTP UTC time : 15:18:23 Font file fonts/NotoSansBold15 not found! Font file fonts/NotoSansBold15 not found!

The connection to server is secure (https). Certificate not checked.

Sending GET request to api.openweathermap.org port 443 Header end found

Parsing JSON

Done in 1144 ms

Data points received Free heap = 251376 Font file fonts/NotoSansBold15 not found! Font file fonts/NotoSansBold15 not found! File not found File not found File not found File not found File not found File not found File not found Font file fonts/NotoSansBold36 not found! Font file fonts/NotoSansBold36 not found! Font file fonts/NotoSansBold36 not found!

Maddin4000 commented 8 months ago

now I fix it with littles plugin.

only fonts not loaded?

thx

Maddin4000 commented 8 months ago

i change to fonts.h now all works fine

superceleron commented 7 months ago

i change to fonts.h now all works fine

so where did you do that change? since im also having the same issue.

Maddin4000 commented 7 months ago
            In Arduino Files included Lieben Gruß Martin HilbrandtAm 19.01.24 um 15:07 schrieb LuisG

                Von: "LuisG" ***@***.***>Datum: 19. Januar 2024An: "Bodmer/OpenWeather" ***@***.***>Cc: "Author" ***@***.***>,"Maddin4000" ***@***.***>Betreff: Re: [Bodmer/OpenWeather] no bmp show (Issue #21)

i change to fonts.h now all works fine

so where did you do that change? since im also having the same issue.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

superceleron commented 7 months ago

Thks