Skip to content

Add dew point display - #212

Merged
lmarzen merged 6 commits into
lmarzen:mainfrom
kenwch92:dewpoint
Jan 8, 2026
Merged

Add dew point display#212
lmarzen merged 6 commits into
lmarzen:mainfrom
kenwch92:dewpoint

Conversation

@kenwch92

@kenwch92 kenwch92 commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

OWM API provide dew point information.
As the left panel is now customizable, I may include this option as well.

20260107_164505

Also fix mistakes in french locale as mentioned in #210.

@kenwch92
kenwch92 marked this pull request as ready for review January 7, 2026 09:00
display.drawInvertedBitmap(162 * PosX, 204 + (48 + 8) * PosY,
wi_thermometer_48x48, 48, 48, GxEPD_BLACK);
display.drawInvertedBitmap(162 * PosX + 48 - 24, 204 + (48 + 8) * PosY + 4,
wi_raindrops_24x24, 24, 24, GxEPD_BLACK);

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clever

@lmarzen lmarzen left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@lmarzen
lmarzen merged commit 479dc41 into lmarzen:main Jan 8, 2026
3 checks passed
@kenwch92
kenwch92 deleted the dewpoint branch January 9, 2026 00:58
valer23 pushed a commit to valer23/esp32-weather-epd that referenced this pull request Mar 24, 2026
* add dew point

* Add function to draw current dew point on display

* Add function to draw current dewpoint

* Comment out POS_DEWPOINT definition in config.h

* Update locale header with additional constants

* Add files via upload

add dew point to locale files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants