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
7 stars 4 forks source link

7 Segment Display Support #41

Open GreihMurray opened 1 year ago

GreihMurray commented 1 year ago

Includes the need for a circuit, breadboard diagram, and functioning code to integrate the component with Micronaut

7 Segment display is an I2C device, may be able to leverage included CrowPi library to expedite the process

yrlmanoharreddy commented 3 weeks ago

This issue is for documenting the seven segment display #248

and Implementing Code for 7 Segment Display Integration, which includes writing and testing the necessary code to control the display.