Is there anything elese i need to be looking for?
Code: Select all
-- Set ShiftX3 configuration parameters with default parameters
-- orientation: 0=normal, 1=inverted (display above LED bar)
-- brightness: 0-100%, 0 = auto brightness
-- can bus: 0=CAN1, 1=CAN2
sxSetConfig(1,0,1)
--config shift light
sxCfgLinearGraph(0,0,0,7000) --left to right graph, smooth style, 0 - 7000 RPM range
sxSetLinearThresh(0,0,3000,0,255,0,0) --green at 3000 RPM
sxSetLinearThresh(1,0,5000,255,255,0,0) --yellow at 5000 RPM
sxSetLinearThresh(2,0,6000,255,0,0,10) --red+flash at 6000 RPM
--configure first alert (right LED) as engine temperature (F)
sxSetAlertThresh(0,0,0,0,0,255,0) --blue warning at 0F
sxSetAlertThresh(0,1,165,0,0,0,0) --no alert above 165F
sxSetAlertThresh(0,2,250,255,0,0,10) -- red flash at 250F
--configure second alert (left LED) as coolant temperature (F)
sxSetAlertThresh(1,0,0,0,0,255,0) --blue warning at 0F
sxSetAlertThresh(1,1,165,0,0,0,0) --no alert above 165F