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

Macro Rewrite #922

Merged
merged 32 commits into from
Apr 1, 2024
Merged

Commits on Feb 5, 2024

  1. [ImgBot] Optimize images

    *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]>
    ImgBotApp committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a446414 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge pull request #8 from arntsonl/imgbot

    [ImgBot] Optimize images
    arntsonl authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    df2e3ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baa61e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    9ddf6cd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    19b367e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3687e2f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    087de36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89908ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff6b74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b99299e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update to the macro button + gamepad trigger so you cannot select the…

    … same button twice (web-config restricted only)
    arntsonl committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    36b52c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Rewriting some display code

    arntsonl committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a72d54b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b1db74 View commit details
    Browse the repository at this point in the history
  3. Fix for const

    arntsonl committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bfc1196 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. 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)
    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    cbd8801 View commit details
    Browse the repository at this point in the history
  2. Indentation fixes

    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    32d4b4a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from arntsonl/display_test

    Display test
    arntsonl authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e26a158 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbe4cbb View commit details
    Browse the repository at this point in the history
  5. Fix merge

    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    71e5b82 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13 from arntsonl/macro_remerge

    Merging in main
    arntsonl authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    bfe58e6 View commit details
    Browse the repository at this point in the history
  7. 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
    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0755e2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae32bbe View commit details
    Browse the repository at this point in the history
  9. Merge pull request #14 from arntsonl/macro_merge

    Fixing up last bits of merge
    arntsonl authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6ba1259 View commit details
    Browse the repository at this point in the history
  10. Macro Enabled bool added to our button layout screen. Macro enabled f…

    …lag no longer relevant with GPIO pin mappings
    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b3d3d8c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69065a3 View commit details
    Browse the repository at this point in the history
  12. 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!
    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9c62c05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5813ee7 View commit details
    Browse the repository at this point in the history
  14. Two small fixes, now GPGFX_UI getconfigmode mimics the display::getco…

    …nfigmode()
    
    Going back from button layout in config successfully goes back
    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8677fb2 View commit details
    Browse the repository at this point in the history
  15. Fix for profile #

    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4baa440 View commit details
    Browse the repository at this point in the history
  16. 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.
    arntsonl committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1603cfa View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    c0c7899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987adfc View commit details
    Browse the repository at this point in the history