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

Analog clock 2d branch0 15 #3943

Open
wants to merge 13 commits into
base: 0_15
Choose a base branch
from

Commits on Apr 30, 2024

  1. Add AnalogClock2D

    bandi13 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    154da94 View commit details
    Browse the repository at this point in the history
  2. Nicer clock face

    bandi13 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7e8a667 View commit details
    Browse the repository at this point in the history
  3. Reduce processor workload

    bandi13 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5d93543 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8930a6e View commit details
    Browse the repository at this point in the history
  5. Fill entire area

    bandi13 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3473794 View commit details
    Browse the repository at this point in the history
  6. Add 'drawLineAntialiased'

    Nicer way for the hands of the clock to be displayed.
    bandi13 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2ee702e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Don't give config parameters

    bandi13 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fd16120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b799f7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Addressing PR comments

    bandi13 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aab45af View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

    - use options
    - replace AA functions
    blazoncek committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7960805 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update the default colors

    bandi13 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d5faa26 View commit details
    Browse the repository at this point in the history
  2. Only update those colors that are set to default

    Note that by default, 0xFFAA00 is ultimately set, not DEFAULT_COLOR (0xFFA000). Probably something to do with brightness.
    bandi13 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c9c0d7d View commit details
    Browse the repository at this point in the history