-
Posts
19 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Rolfez
-
HUD view seems to disable some DCS Bios devices ***Solved***
Rolfez replied to lesthegrngo's topic in Home Cockpits
Yes, Still cant solve it... -
HUD view seems to disable some DCS Bios devices ***Solved***
Rolfez replied to lesthegrngo's topic in Home Cockpits
Has anyone had issues with this weeks update? My UFC bios is not working again in HUD view... -
External 'Nose' view without HUD ***SOLVED***
Rolfez replied to lesthegrngo's topic in DCS: A-10C II Tank Killer
Now if I can just get the nose showing in front, my life would be complete! -
External 'Nose' view without HUD ***SOLVED***
Rolfez replied to lesthegrngo's topic in DCS: A-10C II Tank Killer
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, -
External 'Nose' view without HUD ***SOLVED***
Rolfez replied to lesthegrngo's topic in DCS: A-10C II Tank Killer
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) -
External 'Nose' view without HUD ***SOLVED***
Rolfez replied to lesthegrngo's topic in DCS: A-10C II Tank Killer
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! -
Latest update changed callouts for exporting some devices
Rolfez replied to lesthegrngo's topic in Home Cockpits
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! -
Latest update changed callouts for exporting some devices
Rolfez replied to lesthegrngo's topic in Home Cockpits
Struggling to find HUD-init.lua ? Looks like it could now be called AVQ32_init.lua since I updated yesterday? -
HUD view seems to disable some DCS Bios devices ***Solved***
Rolfez replied to lesthegrngo's topic in Home Cockpits
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! -
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!
-
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!
-
Me too, I wonder if there is other software ? m I'll have a search
-
Thanks Vinc, I'm using the custom "Hornet" font though so I'm not sure I can overide the sizes....
-
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)
-
Its using U8glib though?
-
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?
-
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