-
Notifications
You must be signed in to change notification settings - Fork 323
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
Macro Rewrite #922
Macro Rewrite #922
Commits on Feb 5, 2024
-
*Total -- 6,536.44kb -> 6,081.92kb (6.95%) /configs/OpenCore0/assets/Open_Core0_LED_order.png -- 81.87kb -> 34.77kb (57.53%) /configs/OpenCore0/assets/Open_Core0_pin_mapping.png -- 79.46kb -> 34.15kb (57.02%) /configs/OpenCore0/assets/Open_Core0_layout.png -- 80.33kb -> 34.76kb (56.73%) /configs/OpenCore0/assets/Open_Core0_2.jpg -- 3,134.92kb -> 2,976.17kb (5.06%) /configs/OpenCore0/assets/Open_Core0.jpg -- 3,159.87kb -> 3,002.07kb (4.99%) Signed-off-by: ImgBotApp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a446414 - Browse repository at this point
Copy the full SHA a446414View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df2e3ec - Browse repository at this point
Copy the full SHA df2e3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for baa61e6 - Browse repository at this point
Copy the full SHA baa61e6View commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ddf6cd - Browse repository at this point
Copy the full SHA 9ddf6cdView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19b367e - Browse repository at this point
Copy the full SHA 19b367eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3687e2f - Browse repository at this point
Copy the full SHA 3687e2fView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 087de36 - Browse repository at this point
Copy the full SHA 087de36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89908ac - Browse repository at this point
Copy the full SHA 89908acView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff6b74 - Browse repository at this point
Copy the full SHA eff6b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for b99299e - Browse repository at this point
Copy the full SHA b99299eView commit details
Commits on Mar 28, 2024
-
Update to the macro button + gamepad trigger so you cannot select the…
… same button twice (web-config restricted only)
Configuration menu - View commit details
-
Copy full SHA for 36b52c0 - Browse repository at this point
Copy the full SHA 36b52c0View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a72d54b - Browse repository at this point
Copy the full SHA a72d54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1db74 - Browse repository at this point
Copy the full SHA 0b1db74View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc1196 - Browse repository at this point
Copy the full SHA bfc1196View commit details
Commits on Mar 31, 2024
-
Things were happening out of order, display wouldn't show.
Reduced the new heap space significantly from display. Fixed up input macros to not rely on C++11 bindings. Moved storagemanager init to its own function (no longer rely on static new creation)
Configuration menu - View commit details
-
Copy full SHA for cbd8801 - Browse repository at this point
Copy the full SHA cbd8801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d4b4a - Browse repository at this point
Copy the full SHA 32d4b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e26a158 - Browse repository at this point
Copy the full SHA e26a158View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe4cbb - Browse repository at this point
Copy the full SHA fbe4cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e5b82 - Browse repository at this point
Copy the full SHA 71e5b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe58e6 - Browse repository at this point
Copy the full SHA bfe58e6View commit details -
Added migration from 0.7.7 macros, added macro to profile re-init (pr…
…ofile change), updated config proto to deprecated pin types, fixed bug in webconfig
Configuration menu - View commit details
-
Copy full SHA for 0755e2a - Browse repository at this point
Copy the full SHA 0755e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae32bbe - Browse repository at this point
Copy the full SHA ae32bbeView commit details -
Merge pull request #14 from arntsonl/macro_merge
Fixing up last bits of merge
Configuration menu - View commit details
-
Copy full SHA for 6ba1259 - Browse repository at this point
Copy the full SHA 6ba1259View commit details -
Macro Enabled bool added to our button layout screen. Macro enabled f…
…lag no longer relevant with GPIO pin mappings
Configuration menu - View commit details
-
Copy full SHA for b3d3d8c - Browse repository at this point
Copy the full SHA b3d3d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69065a3 - Browse repository at this point
Copy the full SHA 69065a3View commit details -
Update and invisible screen bug fix. The issue was bool _configMode w…
…ould randomly pull from memory and try to use preview display which wasn't set on non-config modes. Strange bug, works well now!
Configuration menu - View commit details
-
Copy full SHA for 9c62c05 - Browse repository at this point
Copy the full SHA 9c62c05View commit details -
Merge branch '20240323_macro_rewrite' of https://github.com/arntsonl/…
…GP2040-CE into 20240323_macro_rewrite
Configuration menu - View commit details
-
Copy full SHA for 5813ee7 - Browse repository at this point
Copy the full SHA 5813ee7View commit details -
Two small fixes, now GPGFX_UI getconfigmode mimics the display::getco…
…nfigmode() Going back from button layout in config successfully goes back
Configuration menu - View commit details
-
Copy full SHA for 8677fb2 - Browse repository at this point
Copy the full SHA 8677fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4baa440 - Browse repository at this point
Copy the full SHA 4baa440View commit details -
Moved input history to a static const 2-D array. This will hopefully …
…prevent the memory from ever being copied outside of button layout screen.
Configuration menu - View commit details
-
Copy full SHA for 1603cfa - Browse repository at this point
Copy the full SHA 1603cfaView commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0c7899 - Browse repository at this point
Copy the full SHA c0c7899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987adfc - Browse repository at this point
Copy the full SHA 987adfcView commit details