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

Watch face selection using CMake #1934

Merged
merged 4 commits into from
Jan 6, 2024
Merged

Watch face selection using CMake #1934

merged 4 commits into from
Jan 6, 2024

Commits on Dec 24, 2023

  1. Watch face selection using CMake

    The list of watch face to build into the firmware is now set by CMake (-DENABLE_WATCHFACES).
    
    Fix SettingWatchFace : convert to index to/from WatchFace when needed.
    JF002 committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    14d002d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Watch face selection using CMake

    Update Apps.md to mention the selection of watchfaces using Cmake.
    JF002 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    bf56387 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. CMake watch faces selection

    Improve wording and replace "watchface" by "watch face" in Apps.md.
    Improve CMake readability regarding watch face selection
    
    Co-authored-by: Reinhold Gschweicher <pyro4hell@gmail.com>
    JF002 and NeroBurner committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ad8e801 View commit details
    Browse the repository at this point in the history
  2. CMake watch faces selection

    Documentation : watch faces are not system apps anymore.
    
    Co-authored-by: FintasticMan <finlay.neon.kid@gmail.com>
    JF002 and FintasticMan committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5cfb956 View commit details
    Browse the repository at this point in the history