Hello Thorsten,
so half of this little mod works so far, the button does what it should do. But not the leds though.
i changed in cs_menu_leds.inc the file from
;; TMP5[4..0]: LFO waveform
call CS_MENU_MS_GetSIDBase
call CS_MENU_Hlp_AddLFOOffset
swapf INDF0, W
andlw 0x07
call MIOS_HLP_GetBitORMask
IFCLR INDF0, 0, movlw 0x00
movwf TMP5
to
;; TMP5[6..0]: LFO waveform
call CS_MENU_MS_GetSIDBase
call CS_MENU_Hlp_AddLFOOffset
swapf INDF0, W
andlw 0x07
call MIOS_HLP_GetBitORMask
IFCLR INDF0, 0, movlw 0x00
movwf TMP5
is that all?
and in the cs_menu_io_tables.inc
DOUT_ENTRY TMP5, 0, 5, 1 ; LFO Sine LED
DOUT_ENTRY TMP5, 1, 5, 0 ; LFO Triangle LED
DOUT_ENTRY TMP5, 2, 4, 7 ; LFO Saw LED
DOUT_ENTRY TMP5, 3, 4, 6 ; LFO Pulse LED
DOUT_ENTRY TMP5, 4, 4, 5 ; LFO Random LED
DOUT_ENTRY TMP5, 5, 4, 4 ; LFO Sync Asn
DOUT_ENTRY TMP5, 6, 4, 3 ; LFO Sync All
thanks
chriss
BTW: Is “Lfo Random” not supported? in the menu the Lcd tells me "off"and the led does not light.