Jump to content

Recommended Posts

Posted

Salut à tous

J'ai installé 2 LCD 40X2 sur ma MB LC et j'aimerai comprendre comme faire pour espacer de 5 caractères entre les pistes

EX: LCD 1 ( " - " représente l'espace )

-Track1-----Track2-----Track3-----Track4 = 40 caractères

EX: LCD 2

-Track5-----Track6-----Track7-----Track8 = 40 caractères

J'ai déjà modifié le fichier lc_clcd sans résulta !!!

;; --------------------------------------------------------------------------

;; 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

Si quelqu'un si connaît en ASM, merci d'avance.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...