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

4 Digit 7 Segment Display #275

Merged
merged 37 commits into from
Nov 18, 2024
Merged

4 Digit 7 Segment Display #275

merged 37 commits into from
Nov 18, 2024

Commits on Oct 27, 2024

  1. Added 4-digit 7-segment display YAML config, basic controller, and he…

    …lper with four displays initialized.
    leandrumartin committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a683e84 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Added endpoint to display a number, and functionality for it using te…

    …ntative implementation of single-digit seven-segment display helper.
    leandrumartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b563b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cfff19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c2f302 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/main' into Pi4Micro…

    …naut-44
    
    # Conflicts:
    #	components/src/main/resources/application.yml
    leandrumartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8a419ce View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    ea01936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    230c3ce View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. 4-digit 7-segment display no longer reliant on code for 7-segment dis…

    …play. Commented out tests. Stubbed out method for displaying numbers, for testing
    leandrumartin committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    673910b View commit details
    Browse the repository at this point in the history
  2. Added digital output multi-pin configuration, since the 4-digit 7-seg…

    …ment display requires multiple digital output pins.
    leandrumartin committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8a795a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70b7f75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fa3844 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0260263 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    ff7f353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b0726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c53d8e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. initial

    leandrumartin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7687084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9023b62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a713809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2f7068 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Removed things from the now deprecated, ill-fated, late multi digital…

    … output configuration. You will not be missed.
    leandrumartin committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7ec115c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179c718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44efced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50a8d38 View commit details
    Browse the repository at this point in the history
  5. temp

    leandrumartin committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    350e1c4 View commit details
    Browse the repository at this point in the history
  6. ok

    leandrumartin committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    9a0f453 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    36af03a View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    leandrumartin committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    114e6ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e8afd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    df0f83c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1285c1 View commit details
    Browse the repository at this point in the history
  3. Typo

    leandrumartin committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    18ec28e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. removed unnecessary SPI configuration, moved logic to FourDigitSevenS…

    …egmentDisplayHelper.java, made something that actually works as tested with hardware :)
    leandrumartin committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9dd92e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    93bd895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973de47 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4digit7segment-spi' into Pi4Micronaut-44

    # Conflicts:
    #	components/src/main/java/com/opensourcewithslu/components/controllers/FourDigitSevenSegmentDisplayController.java
    #	pi4micronaut-utils/src/main/java/com/opensourcewithslu/outputdevices/FourDigitSevenSegmentDisplayHelper.java
    #	pi4micronaut-utils/src/test/java/com/opensourcewithslu/outputdevices/FourDigitSevenSegmentDisplayHelperTest.java
    leandrumartin committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d772607 View commit details
    Browse the repository at this point in the history
  4. unnecessary application.yml config, fixed test, undid accidental chan…

    …ge a previous commit had done to the servo motor config
    leandrumartin committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a68bb7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66dec5b View commit details
    Browse the repository at this point in the history