Wiimote/Extension Controllers/DJ Hero (Wii) Turntable

From WiiBrew
Jump to navigation Jump to search

This is the turntable for the DJ Hero Wii game. The Wii Remote plugs in to the slot under the black flap at the top, with the buttons facing up and the DPad on the left.

Not only can the turntable be plugged into either side to choose left or right handed use, it seems you could actually plug two turntables (if you own two) into the one controller at once, so there is a turntable on either side. You can then read both turntables individually.

The turntable(s) can spin forever in either direction.

Data Format

  Bit
Byte 7 6 5 4 3 2 1 0
0 RTT<4:3> SX<5:0>
1 RTT<2:1> SY<5:0>
2 RTT<0> ED<4:3> CS<3:0> RTT<5>
3 ED<2:0> LTT<4:0>
4 0 0 LBR B- 0 B+ RBR LTT<5>
5 LBB 0 RBG BE LBG RBB 0 0

BE is for Euphoria button

CS : Crossfade Slider, lower is left and upper is right

SX and SY are the black analog stick.

ED is the Effect Dial

RTT is the turntable on the right as a 6-bit signed integer (positive = CW; negative = CCW)

RBG,RBR,RBB are the Green, Red and Blue buttons on the right

LTT is the turntable on the left as a 6-bit signed integer (positive = CW; negative = CCW)

LBG,LBR,LBB are the Green, Red and Blue buttons on the left

Euphoria Button

The turntable is unique in that it contains a button that has a togglable LED. This LED is used when Euphoria mode is active in the game. In order to turn this LED on and off, write 0x01 or 0x00 to 0x(4)A400FB.