-
Notifications
You must be signed in to change notification settings - Fork 10
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
Swadge Hero #300
Merged
Merged
Swadge Hero #300
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix hold bit
Cleanup
Fix hold bit
Cleanup
Organize into files
Fix firmware build
Move all menu allocations to SPIRAM
Specify pins when initializing DAC Add DAC shutdown function Fix GPIO headers to match current IDF
commit 6695116 Author: gelakinetic <[email protected]> Date: Sun Sep 22 14:15:53 2024 -0400 Sokobokobanaban first merge (#296) commit 0e137f6 Author: JVeg199X <[email protected]> Date: Sun Sep 22 07:29:50 2024 -0400 Pango (initial pull request) (#295) commit 1da5644 Author: Dylan Whichard <[email protected]> Date: Sun Sep 22 03:58:48 2024 -0700 MIDI Registered/Non-registered Parameter Support, default instrument changes (#293) Add documentation too commit 576902a Author: Dylan Whichard <[email protected]> Date: Sun Sep 22 03:52:55 2024 -0700 Add FreeDesktop config files for native support in graphical desktop environments (#294) commit 2298b2b Author: johnnywycliffe <[email protected]> Date: Sun Sep 22 06:43:26 2024 -0400 Palette wsg (#292) Add ability to palette-swap WSGs when drawing commit e6fde30 Author: Dylan Whichard <[email protected]> Date: Sat Sep 21 01:15:52 2024 -0700 Fix broken markdown (#291) commit 8e3ef72 Author: Dylan Whichard <[email protected]> Date: Fri Sep 20 17:17:22 2024 -0700 Add MIDI technical documentation (#289) commit 674cb11 Author: cnlohr <[email protected]> Date: Thu Sep 19 15:48:56 2024 -0700 Update demo code for usb hid demo (#287) commit 69615ad Author: gelakinetic <[email protected]> Date: Thu Sep 19 06:29:38 2024 -0400 Add pinball to the attic But get a few nice things along the way Merge remote-tracking branch 'origin/main' into ssr
Add status and timing text Fix note input timings
commit 426906c Author: gelakinetic <[email protected]> Date: Thu Sep 26 22:38:01 2024 +0000 Fix HARDWARE_HOTDOG config commit bec7451 Author: gelakinetic <[email protected]> Date: Sun Sep 22 21:44:55 2024 -0400 Add Initial Swadge Hero (#297) Add hardware type config Fix or suppress warnings commit 45147c2 Author: Dylan Whichard <[email protected]> Date: Sun Sep 22 18:33:53 2024 -0700 Add direct MIDI-opening support for OSX (#284)
Add settings to menu
Show game end when song ends or fail out Fix firmware build
Safer exit from Swadge Hero game mode Read settings to RAM when game starts Use settings in gameplay Set up polling to display the fail meter at the end of the song Draw score on game end screen Add more speed options
Fix memory leak Implement high score saving and display Add note scoring for hold notes Ignore buttons not used in the mode
Recolor Swadge Hero menu
Save letter grade to high scores Better measurement for game over screen Fix bug with bad default speed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In progress merge for menu coloring
Test Instructions
Play, record a high score, view the high score
Ticket Links
#288
Readiness Checklist
make format
to format the changesmake cppcheck
and checked thatcppcheck_result.txt
has no warnings for the changes/*! \file
comments with Design Philosophy, Usage, and Example sections for new headers.make docs
and checked thatdoxy_warnings.txt
has no warnings for the new code