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

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