Hi
i m trying to finish my sequencer (V3 , Ultracore+ 5 Banksticks-RAM ,4x IIC Midi ), but the BPM LEDs are still not working.
<___base_url___>/gallery/image/1435-sequencer-v3/?do=embed
I’m using LED from Liteon Type LTC4624 http://datasheet.octopart.com/LTC-4624B-Lite-On-datasheet-13706875.pdf
and i have made the following changes in the asm and have made a hex from it.
#define DEFAULT_BANKSTICK_MODE_CS0 2 ; 64k
#define DEFAULT_BANKSTICK_MODE_CS1 4 ; 64k
#define DEFAULT_BANKSTICK_MODE_CS2 5 ; Mixer Map (using CS2 to ensure compatibility with Atmel EEPROMs which only provide 4 CS addresses)
#define DEFAULT_BANKSTICK_MODE_CS3 1 ; Song mode (using CS3 to ensure compatibility with Atmel EEPROMs which only provide 4 CS addresses)
#define DEFAULT_BANKSTICK_MODE_CS4 1 ; 64k
#define DEFAULT_BANKSTICK_MODE_CS5 0 ; 64k
#define DEFAULT_BANKSTICK_MODE_CS6 0 ; 64k
#define DEFAULT_BANKSTICK_MODE_CS7 0 ; 64k
#define DEFAULT_BPM_DIGITS_ENABLED 2
#define DEFAULT_BPM_DIGITS_SEGMENTS 5
#define DEFAULT_BPM_DIGITS_COMMON 6
Everything is like in the documentation but its not working.
Has anybody a suggestion ´?
thanks
Zossen