goyousalukis Posted October 13, 2003 Report Posted October 13, 2003 Hey I have a question. I only have one DOUT module for my Sid step C. I want to use this for the modulation matrix. I see in the cs_menu_io_tables.inc where I can change the pin assignments for the other LEDs, but the mod matrix isn't there. I checked the cs_menu_matrix.inc file, but I don't see any obvious (to me) places to change this. I want to change the matrix from Shift Register 7&8 to Shift Register 3&4. Can anyone help?justin
DriftZ Posted October 13, 2003 Report Posted October 13, 2003 In the main.asm I found the following initialisation:;; set this to '1' if the modulation matrix (8x7 LEDs) is connected to the DOUT chain #define MOD_MATRIX_ENABLE Â Â Â 1 Â Â Â ;; define the shift registers (note: HERE the shift register begin with 0: 1st SR is 0, 2nd is 1, 3rd is 2, ...) #define MOD_MATRIX_ANODES Â Â Â 6 Â Â Â ; shift register with anodes (HERE: 7th shift register in the chain) #define MOD_MATRIX_CATHODES Â Â Â 7 Â Â Â ; shift register with cathodes (HERE: 8th shift register in the chain) Note: dont forget to modify also the regular outputs (the ones you gonna put the matrix on)b regards
goyousalukis Posted October 13, 2003 Author Report Posted October 13, 2003 Thanks Driftz! I didn't catch that. I'll try it tonight.Justin
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now