gk1 Posted January 6, 2006 Report Posted January 6, 2006 I was looking for something else and happened by these little gems. http://www.ledtronics.com/ds/CBG1500/Not sure how much they cost yet, but they seem very nice. Any thoughts on using them as the ring leds? I know they have 15 leds and the ring led code currently is set for 11, how hard would it be to adapt to use 15? I havent really been able to follow the code as my mplab wont compile, and i have been trying to fix that first.anyway i thought they were cool! Quote
raphael Posted January 9, 2006 Report Posted January 9, 2006 I know they have 15 leds and the ring led code currently is set for 11, how hard would it be to adapt to use 15? I havent really been able to follow the code as my mplab wont compile, and i have been trying to fix that first.Look at the MB64E_Presets_OffsetLEDPatterns in mb64e_presets.inc.You just have to modify the patterns. For example I changed them for 13 LEDs. Pattern #1 then looks like this: ;; LED Pattern #1 LED_ENTRY b'0000000000000001' LED_ENTRY b'0000000000000011' LED_ENTRY b'0000000000000011' LED_ENTRY b'0000000000000011' LED_ENTRY b'0000000000000111' LED_ENTRY b'0000000000000111' LED_ENTRY b'0000000000000111' LED_ENTRY b'0000000000001111' LED_ENTRY b'0000000000001111' LED_ENTRY b'0000000000001111' LED_ENTRY b'0000000000011111' LED_ENTRY b'0000000000011111' LED_ENTRY b'0000000000111111' LED_ENTRY b'0000000000111111' LED_ENTRY b'0000000000111111' LED_ENTRY b'0000000001111111' LED_ENTRY b'0000000001111111' LED_ENTRY b'0000000011111111' LED_ENTRY b'0000000011111111' LED_ENTRY b'0000000011111111' LED_ENTRY b'0000000111111111' LED_ENTRY b'0000000111111111' LED_ENTRY b'0000001111111111' LED_ENTRY b'0000001111111111' LED_ENTRY b'0000001111111111' LED_ENTRY b'0000011111111111' LED_ENTRY b'0000011111111111' LED_ENTRY b'0000011111111111' LED_ENTRY b'0000111111111111' LED_ENTRY b'0000111111111111' LED_ENTRY b'0000111111111111' LED_ENTRY b'0001111111111111' Quote
DreamCore2K7 Posted March 21, 2007 Report Posted March 21, 2007 Hi AllCGB1500 Use question.I am bilding MidiBoxLC .But All CGB1500 LED does not light on.(No,13.14.15 LED not light on)I am using "midibox_lc_v2_0_alpha1".I think that I have to change a parameter of software. (change parameter main.asm??)I want you to teach a change procedure. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.