#include #include "new_funcs.h" void initio() { DDRA = 0xFF; DDRB = 0xFF; DDRC = 0xFF; DDRD = 0xFF; PORTA = 0x00; //row select (all off) PORTB = 0x00; //red PORTC = 0x00; //green PORTD = 0x00; //blue }