1
0
Fork 0

rows to col option, maybe

This commit is contained in:
Jack Humbert 2015-09-13 22:10:01 -04:00
parent b89a9cdc91
commit 5bb7ef0012
3 changed files with 69 additions and 2 deletions

View file

@ -36,6 +36,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define COLS (int []){ F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 }
#define ROWS (int []){ D0, D5, B5, B6 }
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST