Keep in mind the actual part pinning varies from brand to brand. I’ve learned the hard way on the duals. I’ve got at least two different pinnings of common anode dual digit here.
I’d like to see what you’re doing with them regardless. I like those things.
for those who wonder, here is the pin order i found in mm_leddigits.c
// a
// ---
// ! !
// f! g !b
// ---
// ! !
// e! !c
// ---
// d h
// pin order : habcdefg (from pin0 to pin 7)
Finaly, i decided not to use this non multiplexed mode, because over 2 chars, it’s a waste of hardware, and for the comfort, i think 3 digits is a minimum to display a 7bit value in decimal, and it could be very nice to display two of those values for ex : c032 127 (i send a CC032 value 127)
So, i plan to work on the Midimon Mtc display, (so hardware plans allready exists!), and i have informations in the leddigits.inc file