Skip to content

Conversation

@rondlh
Copy link

@rondlh rondlh commented Sep 21, 2025

Fix notification title text partly visible behind toast message. Title position was hard coded (x=10), use START_X variable instead.

Description

The notification menu title text is still partly visible behind a toast message. This is because the title text position is hard coded at x=10, while other graphics items use a framework based on calculated variables (START_X, START_Y etc.).
The toast icon starts at START_X, which is 12 for a 480x320 display. So 2 pixels of the title text will still be visible behind the toast message.

Benefits

Fixes graphical corruption/misalignment, improves consistency of graphical layout independent of the TFT resolution, no hardcoded positions, but calculated position like other graphical items on the screen.

Related Issues

None

Fix notification title text visible behind toast message.
Title position was hard coded (x=10), use START_X variable instead
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.

1 participant