G6EJD / ESP32-e-Paper-Weather-Display

An ESP32 and 2.9", 4.2" or 7.5" ePaper Display reads Weather Underground data via their API and then displays the weather
Other
946 stars 206 forks source link

Size of Weather Pictures #205

Closed gopher333 closed 1 year ago

gopher333 commented 1 year ago

First let me thank you ffor this fantastic Program! It works instantly! Can you pls tell me the exact size of the Pictures for the weather situation top right? I want to put in own Bitmaps Tks in advance

G6EJD commented 1 year ago

Top right icons? Not sure which you mean, please expand. The main icons are on a 100x100 grid, smaller types on a 50x50 grid.

On the basis that you went to conserve battery power to get maximum battery life then bitmap drawing takes a long time and so using them will reduce battery life.

gopher333 commented 1 year ago

I mean the Pictograms of the Weather situation (Person with umbrella and so on). They are in the file Micro_Wx_Icons.h Already had success in putting in other graphics. Using 1,54 Waveshare Display grafik For test put this in: grafik

Used this converter and Gimp, so just need the exact size http://javl.github.io/image2cpp/

Appreciate your help and work!

G6EJD commented 1 year ago

Those are 128x128 bits, I was confused because they are in the weather girl code section