Salve,
Ho quasi finito il mio MB LC con 2 LCD 40X2
Come si fa per distanziare i Tracks ???, esempio :
LCD 1 ( " - " rappresenta lo spazio )
-Track1-----Track2-----Track3-----Track4 = 40
LCD 2
-Track5-----Track6-----Track7-----Track8 = 40
Ho provato a modificare lo lc_clcd, non funziona !!!
;; --------------------------------------------------------------------------
;; Page0:
;; --------------------------------------------------------------------------
LC_CLCD_Init_Page0
;; print status digits at position 38/2
SET_CLCD_STATUS 0, 0, 0
;; print “SMPTE/BEATS” at position: 28/2
SET_CLCD_SMPTE_BEATS 0, 0, 0
;; print MTC digits at position 27/3
SET_CLCD_MTC 0, 0, 0
;; print host messages at position 12/0, (0=normal spacing)
SET_CLCD_HOST_MSG 1, 1, 1, 5
;; don’t print meters
SET_CLCD_METER 0, 0, 0, 0
;; print rec/solo/mute status at 0/0
SET_CLCD_RSM_MSG 0, 0, 0
;; print select status at 0/1
SET_CLCD_SEL_MSG 0, 0, 0
return