-
Posts
76 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Enabler
-
-
-
-
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.)
-
@Tanarg Those look incredible! What are the chances of some code for Viper instruments??
- 75 replies
-
Has anyone had success with display code for the Viper? Specifically: Airspeed Altitude Attitude Stby Attitude AOA VVI DED
- 75 replies
-
Requesting Viper Ejection Seat Bindings
Enabler replied to Enabler's topic in Controller Questions and Bugs
Paste at the bottom of the "systems" section. Be sure to hit "return key" at after pasting. -
TGP Auto Handoff to AGM-65D Causes Loss of SOI
Enabler replied to Sn0wMan4's topic in DCS: F-16C Viper
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. -
TGP Auto Handoff to AGM-65D Causes Loss of SOI
Enabler replied to Sn0wMan4's topic in DCS: F-16C Viper
I can confirm this behavior. -
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')}},
-
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')}},
-
DCS: F-16C Viper Screenshots and Videos (NO DISCUSSION)
Enabler replied to wilbur81's topic in DCS: F-16C Viper
-
DCS: F-16C Viper Screenshots and Videos (NO DISCUSSION)
Enabler replied to wilbur81's topic in DCS: F-16C Viper
-
I have found that TMS Down has not CZ since the last patch. Only the MFD OBS. (No, it's not unbound.)
-
I don't know the size but they are smd and bridge the gap between the pos and neg pads.
-
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.
-
@Vinc_Vega is the man!
-
I'm really enjoying your campaign.
-
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.
-
I have tried this on two computers. It won't open on either.
-
Code needed for Viper FFI Using SH1106 1.3" 128x64 IIC
Enabler replied to Enabler's topic in Home Cockpits
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.- 26 replies
-
- 1
-
-
- oled
- arduino code
-
(and 2 more)
Tagged with:
-
Code needed for Viper FFI Using SH1106 1.3" 128x64 IIC
Enabler replied to Enabler's topic in Home Cockpits
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.- 26 replies
-
- oled
- arduino code
-
(and 2 more)
Tagged with:
-
Code needed for Viper FFI Using SH1106 1.3" 128x64 IIC
Enabler replied to Enabler's topic in Home Cockpits
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.- 26 replies
-
- oled
- arduino code
-
(and 2 more)
Tagged with:
-
Code needed for Viper FFI Using SH1106 1.3" 128x64 IIC
Enabler replied to Enabler's topic in Home Cockpits
You asked...- 26 replies
-
- 1
-
-
- oled
- arduino code
-
(and 2 more)
Tagged with:
-
Code needed for Viper FFI Using SH1106 1.3" 128x64 IIC
Enabler replied to Enabler's topic in Home Cockpits
@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!!!- 26 replies
-
- 1
-
-
- oled
- arduino code
-
(and 2 more)
Tagged with: