You should already have received it to your PayPal linked emailim a noob at the pay pal stuff so i just donated how do I receive the donator version
You should already have received it to your PayPal linked emailim a noob at the pay pal stuff so i just donated how do I receive the donator version
I understand that is the effect to enable "Blinking" or not?
Hi ! You can plug press buttons configure the sketch with them then add some input mappings to do what I want (next screen / go to ...)Hellllooooooooooo
Me again!!
I must ask, ive got my i2c 2004 Lcd working.
Is there a way to use a button to change tge screens???
Eg: driving along, screen showing lap times, and I want to see fuel and consumption, can I set it to press a button on the Arduino and it then shows fuel.
Look on the wiki, I've made an introduction about ncalc it's just a start but it should helpHey Wotever
Awesome, thank you!!!
Not to learn how to create ncalc's for euro truck, delivery details and such.
Thank you
The i2c lcd has a refresh rate of 5~7 fps so basically it has a delay of 147ms (based on the best 7fps measured) so it can look delayed indeed. I suggest more the lcd for static data such as best lap or such things which does not require fast refresh.Hello again.
Silly question.
An I2C 20x4 lcd on arduino nano.
There is a delay between whats on the Pc screen and the lcd, is that the latency? Or a setting?
But not a 1,30 to 2 second delay?The i2c lcd has a refresh rate of 5~7 fps so basically it has a delay of 147ms (based on the best 7fps measured) so it can look delayed indeed. I suggest more the lcd for static data such as best lap or such things which does not require fast refresh.
Ah indeed that's huge ! Try to look if the lcd speed is set to 16 in the settings since the display is slow I added this option to dispatch the refresh of each lines if you have some other stuffs plugged to your arduino to avoid slowing down everything.But not a 1,30 to 2 second delay?
I can understand a second or less.
Eg, if I set it to display time when simbuh is open, no games running, time jumps up by +-2seconds at a time,
Is that the lag/delay you talk of?
I dont want milli second accuracy, but around a second is perfect, 2 seconds is slightly distracting.
Ps: your apps are awesome!!!!!
Thank you, ill try tonight. As soon as im home.Ah indeed that's huge ! Try to look if the lcd speed is set to 16 in the settings since the display is slow I added this option to dispatch the refresh of each lines if you have some other stuffs plugged to your arduino to avoid slowing down everything.
Nice one I see that there is a lot of sim truckers using simhub
Nice one I see that there is a lot of sim truckers using simhub
I think it's a "Fork" of the original library with some additions. I will look when I get back homeIt is the best for showing such things. Easy to configure.
But I still miss some data. If you can run ETS Telemetry Server (it uses the same .dll) there is some other data which might be useful.
nextRestStopTime,
remainingTime,
deadlineTime and
Time (the time in the game)
are my most wanted
A sorted file is attatched
Sorry againAh indeed that's huge ! Try to look if the lcd speed is set to 16 in the settings since the display is slow I added this option to dispatch the refresh of each lines if you have some other stuffs plugged to your arduino to avoid slowing down everything.
It's an option on the hardware tab of simhubSorry again
Where do I find the lcd speed?
I saw nothing in the sketch