oss-slu / Pi4Micronaut

A java library combining Micronaut and Pi4j to streamline hardware connectivity to Raspberry Pi's
https://oss-slu.github.io/Pi4Micronaut/
Apache License 2.0
8 stars 7 forks source link

Added SevenSegment Controller,Helper, and yml files #276

Closed Ed0827 closed 7 hours ago

Ed0827 commented 4 weeks ago

YAML Configuration Example: I provided an example in application.yml for configuring the seven-segment display settings, covering aspects like GPIO mappings, display type (e.g., common anode), and provider.

Configuration Update

application.yml: I updated this file to include seven-segment display configuration settings, define GPIO mappings for each segment (A-G and DP), and specify the display type.

Code Integration Added SevenSegmentDisplayHelper and SevenSegmentController classes, explaining how to control and test the seven-segment display functionality.