ShiftX3 - Display not inverting

Q&A For ShiftX2, RGB sequential shift light <a href="https://wiki.autosportlabs.com/ShiftX2">Installation and Operation Guide</a>
Post Reply
pacmantravis
Posts: 4
Joined: Sat May 23, 2020 10:24 pm

ShiftX3 - Display not inverting

Post by pacmantravis »

I have a ShfitX3 connected to my RCT MK2 and everything seems to be working fine; with the exception of the LED display inverting. I've attached my config to this post, but here is the relevant ShiftX3 portion. I've tried changing sxSetConfig to various combinatons of (1,0,1) (0,0,1) etc and none of the changes I've made cause the display to invert. The numbers are "upside down" and the RPMs go from right to left instead of left to right, etc.

Is there anything elese i need to be looking for?

Code: Select all

-- Set ShiftX3 configuration parameters with default parameters
-- orientation&#58; 0=normal, 1=inverted &#40;display above LED bar&#41;
-- brightness&#58; 0-100%, 0 = auto brightness
-- can bus&#58; 0=CAN1, 1=CAN2
sxSetConfig&#40;1,0,1&#41;

--config shift light
sxCfgLinearGraph&#40;0,0,0,7000&#41; --left to right graph, smooth style, 0 - 7000 RPM range

sxSetLinearThresh&#40;0,0,3000,0,255,0,0&#41; --green at 3000 RPM
sxSetLinearThresh&#40;1,0,5000,255,255,0,0&#41; --yellow at 5000 RPM
sxSetLinearThresh&#40;2,0,6000,255,0,0,10&#41; --red+flash at 6000 RPM

--configure first alert &#40;right LED&#41; as engine temperature &#40;F&#41;
sxSetAlertThresh&#40;0,0,0,0,0,255,0&#41; --blue warning at 0F
sxSetAlertThresh&#40;0,1,165,0,0,0,0&#41; --no alert above 165F
sxSetAlertThresh&#40;0,2,250,255,0,0,10&#41; -- red flash at 250F

--configure second alert &#40;left LED&#41; as coolant temperature &#40;F&#41;
sxSetAlertThresh&#40;1,0,0,0,0,255,0&#41; --blue warning at 0F
sxSetAlertThresh&#40;1,1,165,0,0,0,0&#41; --no alert above 165F
Attachments
2015wrx-6-2020.zip
(4.5 KiB) Downloaded 255 times

brentp
Site Admin
Posts: 6274
Joined: Wed Jan 24, 2007 6:36 am

Post by brentp »

Hi Travis, we'll follow here with any information we find out from your unit.
Brent Picasso
CEO and Founder, Autosport Labs
Facebook | Twitter

Post Reply