-
Notifications
You must be signed in to change notification settings - Fork 964
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
Remap backlight toggle and touch button #3560
Conversation
@todd-herbert Can we exclude the touch button completely please. the alternate cases i design for the t-echo are not compatible with it and ive pealed it off completely since all it did before was refresh the screen. Needing the touch button over the regular user buttons severely limits future designs. Can i ask we add 4x user button push for the t-echo light. The change you are proposing would render the light with alternate cases useless. |
@b8b8 I wasn't aware that there was any sort of customization going like that going on. I certainly don't want to break existing set-ups. I do think there is value in making use of the touch button, but I will see if 4x user button presses is a viable alternative. It's clear that some solution has to be implemented which doesn't require use of the touch button. I will also look into using the "Wake screen on tap or motion" user-setting to entirely disable touch button functionality. |
@todd-herbert great, thank you for understanding. The main issue is of course the backlight is pretty much exclusive to the t-echo and so is the touch button. https://www.thingiverse.com/thing:5028720 https://www.printables.com/model/302924-meshtastic-t-echo-compact-case |
* only if user sets "Wake screen on tap or motion" Proposed behavior affects any devices which have an E-Ink backlight, and any devices with a touch button. Touch function is disabled by default, enabled with "Wake screen on tap or motion" option in display settings. |
Addresses #3533
Ensure E-Ink display updates after "adhoc ping" or "toggle GPS"
Touch button wakes screen, disables screensaver (Includes TFT / OLED. Should narrow scope?)
Re-map buttons for T-Echo
stateDARK
+ Double Press (user button)
Intent is to separate "adhoc ping" and "toggle backlight" behaviors.
I vaguely remember reading a comment that T-Echo touch has a hardware issue, where LoRa TX consistently triggers the touch button. I did not observe any cases of this during testing, but if would be good to hear from anyone who has more information.