miniAVX v3.0.0 (FINAL) - DIY Arduino Mini Avionics Panel

I found some really great optimizations. My box led segment displays are now near instantaneous when using the encoder. Water Flowing! According to the app, I am pulling 22 values from Simconnect.

  1. #define REDRAW_INTERVAL 50
  2. Setup a display priority for each encoder. Basically, each encoder is attached to a specific LED segment display. When the encoder is used, that LED display is preferentially updated for that redrawLED instance.
  3. Put the encoder detection twice in the main loop function.

Chris