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

gbmusic: Setting to disable double/triple press control, remove touch controls setting, reduce fadeout flicker #741

Merged
merged 4 commits into from
May 13, 2021

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    da8dc6c View commit details
    Browse the repository at this point in the history
  2. gbmusic: Simplify touch controls setting

    Firmware 2v10 will disable touch/swipe while the LCD is off anyway.
    (Next commit will just remove this setting altogether, but just in case)
    rigrig committed May 13, 2021
    Configuration menu
    Copy the full SHA
    195f592 View commit details
    Browse the repository at this point in the history
  3. gbmusic: Remove touch controls setting

    Firmware 2v10 will disable touch/swipe while the LCD is off anyway, so
    just enable them always. (but keeps the check that the LCD is on until
    the whole world has upgraded their firmware)
    rigrig committed May 13, 2021
    Configuration menu
    Copy the full SHA
    14c4bfd View commit details
    Browse the repository at this point in the history
  4. gbmusic: Simple button setting to disable double/triple pressing

    For music players which handle multiple button presses themselves.
    see http://forum.espruino.com/comments/15984222/
    rigrig committed May 13, 2021
    Configuration menu
    Copy the full SHA
    d642ad5 View commit details
    Browse the repository at this point in the history