Skip to content

Conversation

@JerrySB03
Copy link

@JerrySB03 JerrySB03 commented Jan 21, 2025

Fix of #107 .

Previously all commands woke up the device, though that wasn't always wanted. Now only certain commands, that change brightness/grid wake up the device.

edit: also fix of #131 , #124 , partial fix of #108

@JerrySB03
Copy link
Author

@JohnAZoidberg could i get a review?

#[cfg(feature = "b1display")]
Self::SetText(_) => true,

_ => false,
Copy link
Member

Choose a reason for hiding this comment

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

I think it would be good to explicitly list the ones that shouldn't. StageGreyCol makes sense, what else?

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