Motorboat 3x1 Info Display v1_1
Made this microcontroller for a driver information screen for a motorboat I'm working on. Shows speed (in knots), compass heading, fuel and battery level, distance to empty (in nm), and has engine RPS and temperature gauges for two engines.
The screen also has a drive mode selector for eco (E), normal (N) or sport mode (S). It controls a number output that you can connect to your engine controllers. (1 is Eco mode, 2 is Normal mode, and 3 is Sport mode).
Feel free to use this display in your own builds, but please credit me in the description. If you want to update the maximum display values, just change the variable values at the top of the Lua script.
Hope this digital display gives your boat a more modern feel!
Important note: This controller was designed with 3x1 monitors only. If you use another size, it won't format correctly.
Credits:
I got the logic for the distance to empty calculation from Lazy Cat's Fuel Calculator. Here's the link to the original microcontroller: [url=https://steamcommunity.com/sharedfiles/filedetails/?id=2035098597]https://steamcommunity.com/sharedfiles/filedetails/?id=2035098597[/url]