casainho
10 GW
- Joined
- Feb 14, 2011
- Messages
- 6,058
Hi Buba.buba said:jbalat said:dameri, could it be your flash cable is too long ?
buba, well done !!!.. How do you reset the trip meter, I think we had problems trying to come up with a button combination that hasnt been used yet.
Thank you so much!!! (And thanks for all the videos!)
When you are choosing to display the trip distance in the odometer field you can simply SHORT CLICK and then LONG HOLD the DOWN button. The same way you reset the odometer and the "distance since power on" by the way. The menu is as follows:
1.0 TRIP DISTANCE
1.1 DISTANCE SINCE POWER ON
1.2 ODOMETER
All is displayed in either miles (MIL) or kilometers (KM) depending on the setting you choose in the basic setup (imperial/metric).
Should I add so that you can set the trip distance to any value also or should that be "locked"? Feedback appreciated!
I did the main development of the firmware and I did the structure of LCD3 firmware, so I can guide you.
On current code, 1.1 and 1.2 are implemented but 1.2 ODOMETER is not. What I wanted to do but I didn't had time, was to store on EEPROM the last selected 1.x, so if user prefers to see for instance 1.1 DISTANCE SINCE POWER ON, the system will always start at 1.1 when users cycles over odometer fields. Is the same idea that odometer last field number is already stored on EEPROM and then the subfields would also need to be stored on EEPROM.1.0 TRIP DISTANCE
1.1 DISTANCE SINCE POWER ON
1.2 ODOMETER
Do you plan to submit a pull request? I suggest you to make a pull request and then I all look and test it, then we can make a new release.