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

[menu] Add optional allocator for ui menu classes #5

Merged
merged 2 commits into from
Jun 2, 2021

Commits on May 3, 2021

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

Commits on May 4, 2021

  1. [menu] remove coupling between modm gui and modm menu view and menu

    This is because the gui stuff requires colored menus
    but the menu code should not have to have colored
    menus. This wouldn't be an issue if we could dynamic
    cast but on certain devices you can't do this.
    MatthewMArnold committed May 4, 2021
    Configuration menu
    Copy the full SHA
    89640a1 View commit details
    Browse the repository at this point in the history