I wasted a bit of time on this today. Learned a few things along the way. I mostly ripped off
@TeCKis300 dashboard. But added a few more displays. I don't really know how to interpret the knock values but included them anyways. Those are very easy to modify or remove. I added the misfires gauge, where I wanted the oil temp gauge, although in 20 minutes of driving my truck never reported one... I guess that is good. The app does say that it's getting a response for the value.
One thing I found is you don't want any PIDs in your dashboard that the ECU fails to return a value for, as it causes the other PID updates to lag quite a bit. I'm assuming this is a timeout waiting for a response to the bad PID that is slowing everything down. Along with that thought, the more PIDs you have on a dashboard the slower all the updates will be, so it wouldn't be the worst idea to not include things on the dashboard you don't actually care about. Supposedly it might be possible to improve this with a nicer OBDII dongle, but I couldn't find anything definitive in the little time I spent looking. Most of the cheap dongles are based on ELM327 chip, so they all probably have about the same call/response rate.
While on the topic of dongles, I know a few here have been posted, but in digging a little deeper it should probably be pointed out, that if you want the easiest most seamless set up, you want a BLE or BLE+ dongle to interface with your phone. If you look in the settings of OBD Fusion, there is a list of example BLE dongles. With an iPhone you can configure the phone to connect to the dongle with almost no interaction after the initial setup. I assume its similar with Android, but the directions seem to suggest that with Android you still have to pair in your bluetooth settings. But maybe this happens automagically like headphones do when you turn them on near your phone.
So either way, here's my dashboard and
stg file. It could use a bit more tweaking, but I'm done with it for now. Also, I took the screenshot before I realized I had the TC oil and pan oil PIDs backwards. The stg file above has it corrected, but it is wrong in the photo. This one is set up in portrait as well. It almost turns into landscape fine except for the instant MPG gauge. That gauge isn't square, so when the screen flips it gets wonky. I bet that if i built that gauge using the half radial gauge, it would fare better in landscape mode.
View attachment 2887219