Add support for HiSource K0402WS-V3.0.#97
Add support for HiSource K0402WS-V3.0.#97TylerDurden-23 wants to merge 1 commit intologicog:mainfrom
Conversation
5b303f1 to
d37628f
Compare
|
Could you give PR #107 a try regarding the LED configuration? I see that the LED-pads are configured very differently, but the logical side, i.e. the led-sets and the led-ids could already be adapted. This then allows to assign different functions to the LEDs. I will have to look into what to do about the LED-pads, which is the hardware configuration side, whereas the ledids/ledsets are the logic for the ASIC... |
|
I had thought, that maybe the values for I will look how to set this up in |
|
@logicog I tried the PR - and as expected it is not working correctly. I can only get 4 of the needed 12 needed LEDs working. |
|
Did you add the correct numbers for the LED-pad values in a "magic" configuration routine, or are already the LED-sets wrong? In the discussion for PR #107 it seems we may configure just the LED-sets with the de-magiced setup, but keep unstructured values for the LED-pads. But I am also working on configuring those via a mapping table pad <-> LED. |
|
@logicog A "combined" approach seems to work - I can strip down the magic number function to: Plus run your new configuration, and I get a functional though not totally identical led signaling. |
|
You should be able to replace even the 6 bits of the |
As discussed in #86.
The magic number LED approach is taken from #44 and can be reused there.