Hi all,
I've been messing about with my 631 this evening trying to get some of the buttons programmed. I've followed the instructions listed in the Progamming the CFA-631/633/635 Buttons thread and used the numbers in the Foobar section of the CC2 Programming Guide to link the events to controlling Foobar from the LCD.
However, none of this has seemed to work so as a last resort I tried the basic scroll up/down screens commands and these again had no effect. I've pasted my cc2_service.ini file and the relevant part of my lcd_631.ini file:
lcd_631.ini
cc2_service.ini (this still has the test that I tried of getting screen scrolling to work with the upper left button)
Has anyone got any ideas what might be wrong? The screens are displaying the artist or title of the track on the top line and the large spectrum analyser on the bottom.
Thanks,
Ben
I've been messing about with my 631 this evening trying to get some of the buttons programmed. I've followed the instructions listed in the Progamming the CFA-631/633/635 Buttons thread and used the numbers in the Foobar section of the CC2 Programming Guide to link the events to controlling Foobar from the LCD.
However, none of this has seemed to work so as a last resort I tried the basic scroll up/down screens commands and these again had no effect. I've pasted my cc2_service.ini file and the relevant part of my lcd_631.ini file:
lcd_631.ini
Code:
[module00]
id=3047433153
id_keypad=308990816
Code:
[general]
windows_start=1
dim_idle_time=0
dim_to_pct=25
[m00]
id=459366133
module_name="Crystalfontz 631"
options=0
screen_sel=0
alt_enabled=1
brightness=100
contrast=36
dkc_disable=1
transition_random=1
transition_length=1500
[m00-event00] ; 1st module, 1st event
if_type=1
if=308990816 ; Substitute your id_keypad number here.
cond=0
to=1.000000 ; This tells CC2 that you want to poll the UPPER LEFT key.
do_type=9 ; This tells CC2 that this is a screen change command.
do=1.000000 ; This tells CC2 to scroll up one screen.
[m00-event01]
if_type=1
if=308990816 ; Substitute your id_keypad number here.
cond=0
to=2.000000 ; This tells CC2 that you want to poll the UPPER RIGHT key.
do_type=2052897968 ; This tells CC2 to play Foobar
do=1.000000
[m00-event02]
if_type=1
if=308990816 ; Substitute your id_keypad number here.
cond=0
to=4.000000 ; This tells CC2 that you want to poll the LOWER LEFT key.
do_type=696843854 ; This tells CC2 to go to previous track in Foobar
do=1.000000
[m00-event03]
if_type=1
if=308990816 ; Substitute your id_keypad number here.
cond=0
to=8.000000 ; This tells CC2 that you want to poll the LOWER RIGHT key.
do_type=1126079664 ; This tells CC2 to go to next track in Foobar
do=1.000000
[m00-s00]
screen_name="Foobar Artist"
options=0
alt_delay=3000
[m00-s00-r00]
options=0
scroll_speed=250
[m00-s00-r00-i00]
id=3196116684
options=10
length=20
scroll_speed=0
[m00-s00-r01]
options=0
scroll_speed=250
[m00-s00-r01-i00]
id=3639728805
options=0
length=0
scroll_speed=0
[m00-s01]
screen_name="Foobar Track"
options=0
alt_delay=3000
[m00-s01-r00]
options=0
scroll_speed=250
[m00-s01-r00-i00]
id=2101645810
options=10
length=20
scroll_speed=0
[m00-s01-r01]
options=0
scroll_speed=250
[m00-s01-r01-i00]
id=3639728805
options=0
length=0
scroll_speed=0
Thanks,
Ben
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.