Page 1 of 1
Quick question about easy AVR.
Posted: 27 Dec 2015, 16:34
by crimzongryphon
Hi I've just used easy AVR to make a .hex file to load onto my teensy. The question is how do I decide which pins are rows 1-5 and columns 1-14? I didn't see anywhere how to change that. Thanks in advance for any help.
Posted: 27 Dec 2015, 17:00
by Matt_
If you're not using one of the provided templates, I think you have to use the "handwire matrix" preset. Details about pin selection can be found in the handwire.txt file (in the doc folder), according to which you can reconfigure the pins in the handwire_hardware.cfg file.
Posted: 27 Dec 2015, 18:26
by crimzongryphon
Thank you. I'll have a look for that.