-
Notifications
You must be signed in to change notification settings - Fork 6
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
Commits on Oct 27, 2024
-
Added 4-digit 7-segment display YAML config, basic controller, and he…
…lper with four displays initialized.
Configuration menu - View commit details
-
Copy full SHA for a683e84 - Browse repository at this point
Copy the full SHA a683e84View commit details
Commits on Oct 28, 2024
-
Added endpoint to display a number, and functionality for it using te…
…ntative implementation of single-digit seven-segment display helper.
Configuration menu - View commit details
-
Copy full SHA for b563b5d - Browse repository at this point
Copy the full SHA b563b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cfff19 - Browse repository at this point
Copy the full SHA 1cfff19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2f302 - Browse repository at this point
Copy the full SHA 9c2f302View commit details -
Merge remote-tracking branch 'refs/remotes/origin/main' into Pi4Micro…
…naut-44 # Conflicts: # components/src/main/resources/application.yml
Configuration menu - View commit details
-
Copy full SHA for 8a419ce - Browse repository at this point
Copy the full SHA 8a419ceView commit details
Commits on Oct 31, 2024
-
Added getValue(), edited 7-segment display helper function calls to c…
…orrect type, added tests
Configuration menu - View commit details
-
Copy full SHA for ea01936 - Browse repository at this point
Copy the full SHA ea01936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230c3ce - Browse repository at this point
Copy the full SHA 230c3ceView commit details
Commits on Nov 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 673910b - Browse repository at this point
Copy the full SHA 673910bView commit details -
Added digital output multi-pin configuration, since the 4-digit 7-seg…
…ment display requires multiple digital output pins.
Configuration menu - View commit details
-
Copy full SHA for 8a795a1 - Browse repository at this point
Copy the full SHA 8a795a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b7f75 - Browse repository at this point
Copy the full SHA 70b7f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa3844 - Browse repository at this point
Copy the full SHA 2fa3844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0260263 - Browse repository at this point
Copy the full SHA 0260263View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff7f353 - Browse repository at this point
Copy the full SHA ff7f353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b0726 - Browse repository at this point
Copy the full SHA 24b0726View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53d8e0 - Browse repository at this point
Copy the full SHA c53d8e0View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7687084 - Browse repository at this point
Copy the full SHA 7687084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9023b62 - Browse repository at this point
Copy the full SHA 9023b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for a713809 - Browse repository at this point
Copy the full SHA a713809View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f7068 - Browse repository at this point
Copy the full SHA b2f7068View commit details
Commits on Nov 9, 2024
-
Removed things from the now deprecated, ill-fated, late multi digital…
… output configuration. You will not be missed.
Configuration menu - View commit details
-
Copy full SHA for 7ec115c - Browse repository at this point
Copy the full SHA 7ec115cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179c718 - Browse repository at this point
Copy the full SHA 179c718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44efced - Browse repository at this point
Copy the full SHA 44efcedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a8d38 - Browse repository at this point
Copy the full SHA 50a8d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 350e1c4 - Browse repository at this point
Copy the full SHA 350e1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0f453 - Browse repository at this point
Copy the full SHA 9a0f453View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36af03a - Browse repository at this point
Copy the full SHA 36af03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 114e6ee - Browse repository at this point
Copy the full SHA 114e6eeView commit details -
Added test and documentation comments to the helper. Added displayVal…
…ue field and getter.
Configuration menu - View commit details
-
Copy full SHA for 0e8afd7 - Browse repository at this point
Copy the full SHA 0e8afd7View commit details
Commits on Nov 11, 2024
-
Merge branch 'main' of https://github.com/oss-slu/Pi4Micronaut into P…
…i4Micronaut-44
Configuration menu - View commit details
-
Copy full SHA for df0f83c - Browse repository at this point
Copy the full SHA df0f83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1285c1 - Browse repository at this point
Copy the full SHA c1285c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ec28e - Browse repository at this point
Copy the full SHA 18ec28eView commit details
Commits on Nov 16, 2024
-
removed unnecessary SPI configuration, moved logic to FourDigitSevenS…
…egmentDisplayHelper.java, made something that actually works as tested with hardware :)
Configuration menu - View commit details
-
Copy full SHA for 9dd92e0 - Browse repository at this point
Copy the full SHA 9dd92e0View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93bd895 - Browse repository at this point
Copy the full SHA 93bd895View commit details -
Add setLog and getDisplayValue, add value validation, add doc comment…
…s, update method name
Configuration menu - View commit details
-
Copy full SHA for 973de47 - Browse repository at this point
Copy the full SHA 973de47View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d772607 - Browse repository at this point
Copy the full SHA d772607View commit details -
unnecessary application.yml config, fixed test, undid accidental chan…
…ge a previous commit had done to the servo motor config
Configuration menu - View commit details
-
Copy full SHA for a68bb7a - Browse repository at this point
Copy the full SHA a68bb7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66dec5b - Browse repository at this point
Copy the full SHA 66dec5bView commit details