abathur8bit / chesslr

Electronic chess board
Apache License 2.0
2 stars 1 forks source link

You have the 3x3 example code? #1

Open 9acca9 opened 4 years ago

9acca9 commented 4 years ago

Hi. I am trying to make these kinds of chess boards. I just started from one that did it in python. (I don't know python, but I know a little, very little (i dont know nothing at all of java). I would like to know if you have your code (even if it is java from the 3x3 board), maybe it will help me to advance a little with mine in python. The truth is that I made the lights and switches work, but I can't get it to register and send me the departure and arrival boxes. like b3c3. Greetings and thank you very much. Too bad I can't use your software. Mainly because not knowing anything about Java makes it very difficult for me, for example I have a 20x4 physical display, etc. in other words, certain small hardware changes that I could not solve. A greeting.

(i dont speak english, as you can read).

abathur8bit commented 4 years ago

Are you using reed switches and LEDs? Do you use an MCP to interface to the switches and LEDs? You can find 3x3 and 8x8 in https://github.com/abathur8bit/chesslr/tree/master/src/main/java/com/axorion/chesslr/hardware

Good luck on your board

9acca9 commented 4 years ago

HI. Thanks! Yes im using reed switches and led. Im using mcp for reed switches and ht16k33 for leds. thanks for your help!