Skip to content

Show "Entering Sleep" on black, so it's quicker to notice (in book).#181

Merged
daveallie merged 5 commits intocrosspoint-reader:masterfrom
jonasdiemer:improve/black-entering-sleep
Jan 2, 2026
Merged

Show "Entering Sleep" on black, so it's quicker to notice (in book).#181
daveallie merged 5 commits intocrosspoint-reader:masterfrom
jonasdiemer:improve/black-entering-sleep

Conversation

@jonasdiemer
Copy link
Contributor

Black popup is easier to notice at higher contrast.

Comment on lines 52 to 54
renderer.fillRect(x + 5, y + 5, w - 10, h - 10, true);
renderer.drawText(UI_12_FONT_ID, x + margin, y + margin, message, false);
renderer.drawRect(x + 5, y + 5, w - 10, h - 10);
Copy link
Member

@daveallie daveallie Dec 30, 2025

Choose a reason for hiding this comment

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

This drawRect is now no longer needed right? It'll be drawing a black square on the already black pixels from fillRect

@daveallie daveallie merged commit 00e83af into crosspoint-reader:master Jan 2, 2026
1 check passed
maeveynot pushed a commit to maeveynot/crosspoint-reader that referenced this pull request Jan 14, 2026
yingirene pushed a commit to yingirene/crosspoint-reader that referenced this pull request Jan 16, 2026
maeveynot pushed a commit to maeveynot/crosspoint-reader that referenced this pull request Jan 16, 2026
maeveynot pushed a commit to maeveynot/crosspoint-reader that referenced this pull request Jan 21, 2026
Unintendedsideeffects pushed a commit to Unintendedsideeffects/crosspoint-reader that referenced this pull request Feb 17, 2026
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