Jump to content

Enabler

Members
  • Posts

    76
  • Joined

  • Last visited

Everything posted by Enabler

  1. nullnullnull
  2. I'm having trouble getting the sketch to compile. I am using the ESP32 and SSD1322. It is all the code from above except I changed the display (probably also incorrectly coded). The error message is: (I am a coding dummy.) (ESPServo.h is installed and same result when added to the sketch.)
  3. @Tanarg Those look incredible! What are the chances of some code for Viper instruments??
  4. Has anyone had success with display code for the Viper? Specifically: Airspeed Altitude Attitude Stby Attitude AOA VVI DED
  5. Paste at the bottom of the "systems" section. Be sure to hit "return key" at after pasting.
  6. I do wish that when update notes are posted, there would be an expanded list that breaks down each update/fix so we can all understand what exactly we are looking for. The update notice generally isn't helpful in this regard. Therefore, it generates a lot of unnecessary reporting.
  7. I can confirm this behavior.
  8. I posted this in a Viper thread but it may be more appropriate here, so I will re-post. This is a very simple addition that would simplify bindings for scale pit makers. Is it possible to add single press ejection control and the seat arming into the control lua? It's an easy fix with just a couple lines of code in the lua. The code is available in the forums but must be added every time there is an update. It seems like this is a simple fix to paste it in as part of the standard programing and would make things a lot simpler for scale pit builders. Better yet would be to incorporate it into the ui across effective for all aircraft. {down = iCommandPlaneEject, pressed = iCommandPlaneEject, up = iCommandPlaneEject, name = _('Eject (press once)'), category = _('Systems')}, { down = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 0.0, name = _('Ejection Safety Lever, LOCKED'), category = {_('Systems')}}, { down = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, name = _('Ejection Safety Lever, ARMED'), category = {_('Systems')}}, { down = cpt_commands.EjectionSafetyLever, up = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, value_up = 0.0, name = _('Ejection Safety Lever, ARMED/LOCKED'), category = {_('Systems')}},
  9. Is it possible to add single press ejection control and the seat arming into the control lua? It's an easy fix with just a couple lines of code in the lua. The code is available in the forums but must be added every time there is an update. It seems like this is a simple fix to paste it in as part of the standard programing and would make things a lot simpler for scale pit builders. Better yet would be to incorporate it into the ui across effective for all aircraft. {down = iCommandPlaneEject, pressed = iCommandPlaneEject, up = iCommandPlaneEject, name = _('Eject (press once)'), category = _('Systems')}, { down = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 0.0, name = _('Ejection Safety Lever, LOCKED'), category = {_('Systems')}}, { down = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, name = _('Ejection Safety Lever, ARMED'), category = {_('Systems')}}, { down = cpt_commands.EjectionSafetyLever, up = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, value_up = 0.0, name = _('Ejection Safety Lever, ARMED/LOCKED'), category = {_('Systems')}},
  10. null nullnullnull nullnullnull null
  11. I have found that TMS Down has not CZ since the last patch. Only the MFD OBS. (No, it's not unbound.)
  12. I don't know the size but they are smd and bridge the gap between the pos and neg pads.
  13. I just purchased the full version of this. This is great! The only thing that would make it better is the ability to pinch to zoom. Especially when trying to look at clustered ground targets. 5nm zoom is not sufficient.
  14. @Vinc_Vega is the man!
  15. I'm really enjoying your campaign.
  16. Several times I have experienced this and without exception. Alignment is complete. HSD has proper routings and steerpoints, but selection on the DED has the steering cue behind you on all of the points.
  17. I have tried this on two computers. It won't open on either.
  18. You nailed it, Vinc. I couldn't have done that without you or taking an entire course in programming. Thanks so much. If I can help you in any way, just ask.
  19. I'll try this asap. Knowing what number to change to adjust it myself is a huge help. Seriously. I can't thank you enough for being so helpful and responsive.
  20. Thanks @Vinc_Vega The final adjustment is the entire display lower and slightly left. Then it should be perfection. I like the bezel printing because provides illumination through the acrylic. If the scrolling digit is taller to fill the cutout that would be ideal too.
  21. @Vinc_Vega that was perfect! If you had any idea how long I have been struggling with reactivating this display. Since the JaHeLi FFI-DED-Indexer combo went t/u, I have not been able to recover the FFI because I don't know enough code to make lcd's work. I can't thank you enough! Really! I'm very excited about this. Thank you!!!
×
×
  • Create New...