any tips, from which program i can crap the code?
the blm code: http://ucapps.de/mios/blm_scalar_v1_0a.zip
the LEDs on the Matrix-Board connectetd to J3_1 going toScalar-Board
looking very simular to the SID-Matrix Shematic, except the Transistors, and without the 8 Resistors.
& this code is what i see a 8Bit app… so the way to go, i think?
A other Idea, get it from the ASM - codet - SID Application
SID ASM code: http://ucapps.de/mios/midibox_sid_v2_043.zip
because the documentation of “MIOS8 C Interface” says:
Keep in mind that mixing C and assembler at application layer is still possible
and under the folder src is a file named: “cs_menu_matrix.inc”"
>>> but how to mix that? - where to copy this file, how to load it in the main.c, which command to add and so on.
the button thing is clear, but the LED thing where to send my 00 01 02 03 04 05 06 07, 10 11 12 13… not so clear, because of multiplexing… ok in one second that pin and that pin, in the other ms that pin and that pin, but in real code —pfffuuu to much (newbee) — but i think that is handled in background, without a need to know (like normal din, out, that in main.c give me notifcation if something happens, or in main c activate a dout pin…)
i have more time up tomorrow to get into this, but a quickstart, or a startpoint is really welcome!
thankz