I have been working on trying to build a 737 flight simulator. My next step is to learn how to get a Rotary Encoder, to scroll through numbers on a TM1637 (4 digit, 7 Segment Display). Basically, ill be turning a knob on this auto pilot panel to select my heading.
Does anyone already have this code, or know of a good resource for me to learn how to do it?
That's not an alternative. Integrating it would remain. Go for creating the code Yourself.
Do some playing with encoders using example code and learn what's needed. When that works, incorporate it with Your main code.
There will be software that does the integrating for me. So I am not too worried about that. Basically I am looking for some example code that basically increases the number displaying on the display, as I turn the knob on the encoder.
WOKWI (https://wokwi.com) has pre-made components, with sample code, for use in your sketches. TM1637 and encoder examples are among them. You could learn the workings of and how to integrate the encoder and the TM1637 there.