SimPassion wrote: ↑Mon Mar 20, 2023 1:00 am
Here's for the TAS handling in the Cesna 172 - Airspeed
Sorry, I can't do better than this, as the in-sim card bitmap goes from 0 to 30 and the AM instrument card bitmap goes from 0 to 20 only
Well ... it works as it is ... some can do better, it would require to redraw the AM card bitmap from 0 to 30
Hi Gilles,
Did you think about using Interpolate linear? Might make the issue easier to fix. Just a thought.
@aenigma to make sure that my reply doesn't get lost. What you supplied is an event to 'scroll' through the various states, not the state itself. What I will need is a variable that tells what's being displayed.
Sorry for the late reply. I had a feeling that might not be the right variable, I haven't been able to find anything either. It's too bad I couldn't just map the button press from my panel in AM without needing an Arduino specifically for it.
Yeah, what a bummer. Been nice to just be able to push the button to switch to local time instead of uniform so I don't have to do the math haha. Also would be nice if the annunciator panel didn't always have volts lit up even when it's not low volts with the wb-sim 172, or my gauges running like a slideshow over a specific area. But hey, that's just flight simming. Another late reply again, sorry. Turns out trying to build a cockpit while also getting screwed over on ebay takes up some time. It's been one of those days... err, weeks. Thanks for the help in any case!
SimPassion wrote: ↑Mon Mar 20, 2023 1:00 am
Here's for the TAS handling in the Cesna 172 - Airspeed
Sorry, I can't do better than this, as the in-sim card bitmap goes from 0 to 30 and the AM instrument card bitmap goes from 0 to 20 only
Well ... it works as it is ... some can do better, it would require to redraw the AM card bitmap from 0 to 30
Hi Gilles,
Did you think about using Interpolate linear? Might make the issue easier to fix. Just a thought.
Also later reply for me, I've missed Keith's suggestion here
as already mentioned there's a bitmap discrepancy between AM instrument card bitmap and the In-Sim one, which requires a fix in AM instrument and I don't want to dig into this without that much more time ...
"the in-sim card bitmap goes from 0 to 30 and the AM instrument card bitmap goes from 0 to 20 only"