If you get a chance maybe you can look at a Canadian cluster? There's got to be something different going on from the US version because with the Canadian one it defaults to km/h every time the 12v battery gets unplugged.
If you get a chance maybe you can look at a Canadian cluster? There's got to be something different going on from the US version because with the Canadian one it defaults to km/h every time the 12v battery gets unplugged.Ah, sorry, I was talking about the small joystick PCB. The main PCB (shown above) goes in the instrument cluster.
Thanks Willie, I'll see what they have.
You may be able to read the firmware back, however, I believe the memory in the microcontroller on the cluster is one-time-programmable. You can't put new firmware on it once it's been programmed. Best you could do is swap the chip from one cluster to the other - but at that point, it may be better to just swap the whole PCB or even the whole cluster.
It may also be possible that the firmwares are the same on all the clusters, and there is a jumper somewhere to select different configurations. I find this unlikely, though.
Not sure about the mph/kmh button - I don't have one of those clusters, so I haven't tried it! Anybody have a spare Japanese cluster they'd be willing to sell?
On Canadian Insights one of those is used for DRL, which illuminates when the daytime running lights aren't working for some reason, such as a blown fuse.That is amazing.
There are two unused light sockets in the cluster. One of them is next to the IMA light and the other is in the same area, but on the opposite side of the cluster. By any chance are you able to address (or control) those?
I've thought about using use one of them for to indicate lean burn and the other to indicate when cruise control is in use. Would also have to have new gauge faces made for those spots as well, but that's would be the easy part.
Took a break from coding to work on a vectorized version of the instrument cluster's display.This is going to be used in the eventual Pegasus user manual for showing menus, what the screens look like, etc. without having to use photos.
This is all vector art, I can change the colors of the segments to "turn them on" or off and the entire thing can be scaled as large as you want without it getting pixellated. I'll be releasing the file for this eventually.
![]()
It's done in Adobe Illustrator, pretty much all by hand. I used my photos of the display and made them as straight as I could, then used that as a guide for making all the segments and whatnot. The bar graphs were made by putting one rectangle at each end, then using Illustrator's "blend" tool plus a circular path to fill in the rest. The seven-segment digits were traced by hand with the pen tool.
It's mostly just drawing different shapes that you can add together and subtract from each other to get the thing you want.
![]()
I was thinking about making a custom startup screen, actually.I could do it at this point, but I'm focusing on more important stuff right now!