Jump to content

Rolfez

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Rolfez

  1. Has anyone had issues with this weeks update? My UFC bios is not working again in HUD view...
  2. Now if I can just get the nose showing in front, my life would be complete!
  3. I've solved it! Program Files\Eagle Dynamics\DCS World\Scripts\Aircrafts\_Common\Cockpit\devices_defs.lua Basically turned the default HUD view off in Hud only view! Thanks for all the help, got there in the end! HUD_ONLY_VIEW = 1, -- change to HUD_ONLY_VIEW = 0,
  4. Soooo, I'm getting somewhere with in that I've got the Viewport HUD working (although x and y need tweaking) but I cant get the original to disappear? When I comment out those 2 lines, it goes a weird green colour, even in HUD only view...! (Pic attached)
  5. Would you be able to post the content of your HUD-init.lua file please as I suspect the code is going to be different to the F-18 and I would like to compare so I can get this working! Thanks!
  6. No, I don't have the Hud folder at all... Is it because I'm in the F18 rather than the A10? my AVQ32_init.lua file has the code that you posted above, i commented it out and it makes the HUD disappear in cockpit view but normal in HUD only view... (its not showing my configured view port size....) I'll keep at it!
  7. Struggling to find HUD-init.lua ? Looks like it could now be called AVQ32_init.lua since I updated yesterday?
  8. OUTSTANDING WORK SIR! I was going mad that the UFC was not working in HUD only view in my Hornet pit, just could not figure out how to fix it! Thank you a million times!
  9. Thanks, all working now - I had to set the order that they launched in for it to work. Cheers for the help!
  10. I can't get the external apps to run at all since the update?
  11. HI, I'm building a HUD frame for my F18 pit and when using the ALT F1 view, the HUD moves around with Track IR. Is there a way to edit the code to keep it central at all times? Hope that makes sense! Thanks!
  12. I've finally got it working... It was the initialization for the Oleds causing them to display too small.... I used: U8G2_SSD1306_128X32_UNIVISION_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE, /* clock=*/ SCL, /* data=*/ SDA); // pin remapping with ESP8266 HW I2C // Initialize I2C buses using TCA9548A I2C Multiplexer And now all working! It was trial and error but basically used one at a time from the example code provided until it worked correctly. Thanks for the advice everyone!
  13. Me too, I wonder if there is other software ? m I'll have a search
  14. Thanks Vinc, I'm using the custom "Hornet" font though so I'm not sure I can overide the sizes....
  15. Thanks for the tips all, I've got it working! The only issue I have is that the font size is quite small for the OLEDS, I can't seem to find documentation on increasing it? (U8glib Library)
  16. Its using U8glib though?
  17. Using the above code from Dracosb and Rookfett, I've got it working using the Multiplexer board which was a game changer just using a single Arduino to run the whole thing! I'm really struggling with getting the font to change though, I have my font but just cannot get it to update to the screens... Has anyone had any luck with this using the above code examples?
  18. Hi, I have my real cockpit sunshades right over the bottom of my monitor and it makes seeing the bottom menu really hard. I've been trying to find the correct .lua to edit but not having much luck... Would anyone know how to adjust the menus and setting menus to be at the top of the screen or even just resize the window to half height? THANKS! 1
×
×
  • Create New...