Jump to content

Recommended Posts

Posted

hello,

I made a clockbox v1.5ekx, and it's working fine. Now i am trying to make the bpm digits working, i followed the tips found in this forum (posts from midnite), and can't get it working.

Is there someone who made de bpm digits working on the clockbox, and will help me out???

greetz, Joente

  • 1 month later...
Posted

Hi,

I never built any clockbox. But when I building my MB808 , I reading more about bpm digits.

In the main.h file after this

// define the dout register which should be used to display the status of

// the 8 outputs (which clocks are running)

// 0: disabled

// 1..16: DOUT shift register 1..16

#define MULTI_CLOCK_STATUS_DOUT_SR 1

you need to define the additional DOUT SRs like this

#define DEFAULT_BPM_DIGITS_ENABLED ... ;; 1 or 2 depending which type of the 7 segment displays you have

#define DEFAULT_BPM_DIGITS_SEGMENTS 2 ;; SR 2 for the displays segments pins

#define DEFAULT_BPM_DIGITS_COMMON 3 ;; SR 3 for the displays common pins

Sorry , I do not know more.

Regards,

Janis

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...
×
×
  • Create New...