Jump to content

Question programmation ASM


djsampling
 Share

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...