You can configure the display to get more space, edit the main screen to reorganise itWorking, only the indicator of gear from 10 to 16 show only the second number..
on TMS1638
Everything can be customised to fit your needs.
You can configure the display to get more space, edit the main screen to reorganise itWorking, only the indicator of gear from 10 to 16 show only the second number..
on TMS1638
You can configure the display to get more space, edit the main screen to reorganise it
Everything can be customised to fit your needs.
Thanks!, Well done,
For nextion Template is possible have the template of F599XX and Porsche GT3 (show in Amstudio video) ?
Regards
What's new ?
- After Market Tachometer support (See wiki for instructions)
- Dash studio Leader Board component
- Updated "Control Center" to display the leaderboard
View attachment 191793
- Transparent overlay support (only works on games in windowed mode
- Perf tuning (as usual)
- Fix for RF2 plugin reading dirty data
Hi great job with Simhub etc, I want to find the tacho wiring and it keeps saying "go to wiki" excuss my ignorance but where is the wiki located?Wotever submitted a new resource:
SimHub, DIY Sim racing Dash - Get your perfect dash !
Read more about this resource...
Woops Looks like the link has disapeared of the main post I readd itHi great job with Simhub etc, I want to find the tacho wiring and it keeps saying "go to wiki" excuss my ignorance but where is the wiki located?
Thanks for the wiki link, I have a couple of questions, the issue in question 1 has actually has been the same for the last 3 or updates that I know of. It may be me being a novice in Arduino coding ???Woops Looks like the link has disapeared of the main post I readd it
https://github.com/zegreatclan/AssettoCorsaTools/wiki/Arduino-After-Market-Tach-support
Edit : Nope it was here but even me I could not find it I pushed it higher in the main post
No worry, So lets try to take this in order :Thanks for the wiki link, I have a couple of questions, the issue in question 1 has actually has been the same for the last 3 or updates that I know of. It may be me being a novice in Arduino coding ???
1. Line 668 screen->setLED(TM1638_COLOR_NONE, i); constantly comes up with a compile error (basically variable not set). This would cause the LED rev bar to not clear so as soon as the 8th LED is lit they all stayed on until quitting the race. I substituted the line with this code "screen->setLED(LOW, i);" and all worked correctly. I am surprized no one else has picked this up - unless I need to do something else. Anyway it works so I hope this helps other novices like me.
2. I decided to enable the tacho function and with the tacho not connected (on order from eBay) the display went crazy displaying random words FUEL and characters. There are 2 points I need clarifying;
a). The TM1638 uses D7,D8,D9 and according to the wiki the tacho also uses D9 - does the Tacho use the strobe (D9) as well or is this an error. Is this why I get data corruption.
b). Can I use a spare Data output pin or do I have to have a second Nano board for the tacho. If there is a problem with shared outputs (D9) and changing it will work where do I change it in the code.
Again I am a novice with coding and hope my questions are not cementing that statement!!!
Is it possible set a "Pit Limiter ON" indicator?
Hi ! What do you want as indicator ? LEDs ? Display ?Nobody can help me?
Hi ! What do you want as indicator ? LEDs ? Display ?
Hello i ask for your help to run the same iflag material of iracing with SimHub for raceroom and assetto corsa ,please
View attachment 192908
Look in the doc , there is a part about creating new data for leds (search for export leds) :I'd like leds!
Look in the doc , there is a part about creating new data for leds (search for export leds) :
https://github.com/zegreatclan/AssettoCorsaTools/wiki/NCalc-scripting
Depending of the game the data is not provided so instead of leaving it untriggered I trigger it with the is in pit lane data, that's better than nothingThank you!
Is it correct to use "Datacoreplugin.Gamedata.Newdata.PitLimiterisON"?
I'm watching it in properties but I think there is a problem! The value is "1" in the pit and "0" out the pit though the pitlimiter is On.