Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for device display issues #2403

Merged
merged 8 commits into from
Apr 3, 2023
Merged

Conversation

mverch67
Copy link
Collaborator

@mverch67 mverch67 commented Apr 2, 2023

This is a fix for #2402 Screen issues on device display.

Regarding the issues mentioned in #2402 :-
1- the missing screen blanking is fixed by adding a new state transition from POWER -> DARK
2- the missing screen blanking while in DARK (when displaying a message) is fixed by adding a new state transition DARK -> DARK
3- to show all nodes right from the beginning the node number is taken from nodeDB
4- a couple of state checks fix the unwanted display of "powered... ", "unpowered...". Tested well on Tbeam with insertion/removal of USB cable.
5+6- the button GPIO sleep issue and crash is fixed
7- FREE GIFT: Router IRQ wakeup for SX126x/SX128x is fixed!!! Saw this when I corrected the button GPIO sleep issue.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 2, 2023

🤖 Pull request artifacts

file commit
pr2403-firmware-2.1.7.af65013.zip af65013

thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 2, 2023
@thebentern thebentern requested a review from caveman99 April 3, 2023 00:18
Copy link
Contributor

@thebentern thebentern left a comment

Choose a reason for hiding this comment

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

Great work!
I've noticed the powered/unpowered issue for a long time and never dug into it.

thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 3, 2023
@mverch67
Copy link
Collaborator Author

mverch67 commented Apr 3, 2023

Hold on... I need to (re-)test the router mode... done!

@caveman99 caveman99 marked this pull request as draft April 3, 2023 11:24
@caveman99
Copy link
Member

Hold on... I need to (re-)test the router mode...

marked as draft, give us a ring when it's ready ...

src/PowerFSM.cpp Show resolved Hide resolved
src/graphics/Screen.cpp Show resolved Hide resolved
thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 3, 2023
thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 3, 2023
@mverch67 mverch67 marked this pull request as ready for review April 3, 2023 18:33
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.

3 participants