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

No focus on new messages if auto-carousel is off #5881

Conversation

isseysandei
Copy link
Contributor

Often, I need to monitor a specific screen on my node, so I disable the auto-screen carousel. However, every time a new message arrives, it gets focused, forcing me to cycle back manually. To avoid this, I implemented a check: if the carousel is disabled, it no longer focuses on new messages.

src/graphics/Screen.cpp Outdated Show resolved Hide resolved
@isseysandei
Copy link
Contributor Author

I still need to build and test it on the node, but something like this should work fine, hopefully.

@isseysandei
Copy link
Contributor Author

I suspect that the raspbian checks are broken... Queued for almost 5 hours...

@thebentern thebentern merged commit 0f98115 into meshtastic:master Jan 20, 2025
49 checks passed
@HarukiToreda
Copy link
Contributor

This messes up all standalone nodes that rely on the message screen to know there was a message received like the Tdeck. Before when a message was received it would turn the screen on and focus on the message screen, now I have to manually cycle to see and guess if I receive a message. This need to be rethought

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