|
@ -67,7 +67,7 @@ static void rowshow(unsigned char row, unsigned char plane) { |
|
|
|
|
|
|
|
|
// depending on the plane this interrupt gets triggered at 50 kHz, 31.25 kHz or
|
|
|
// depending on the plane this interrupt gets triggered at 50 kHz, 31.25 kHz or
|
|
|
// 12.5 kHz
|
|
|
// 12.5 kHz
|
|
|
ISR(TIMER0_OVF0_vect) { |
|
|
ISR(TIMER0_OVF_vect) { |
|
|
static unsigned char plane = 0; |
|
|
static unsigned char plane = 0; |
|
|
static unsigned char row = 0; |
|
|
static unsigned char row = 0; |
|
|
|
|
|
|
|
|