some other improvements
This commit is contained in:
parent
eaa7b8d715
commit
37601f1839
|
@ -112,8 +112,8 @@ static void rowshow(unsigned char row, unsigned char plane) {
|
|||
*/
|
||||
|
||||
|
||||
// depending on the plane this interrupt triggers at 50 kHz, 31.25 kHz or
|
||||
// 12.5 kHz
|
||||
//this int runs with multiples of half the frequency of timer 1,
|
||||
//meaning that new row data gets laoded every 2n pwm periods of the tlc
|
||||
ISR(TIMER0_COMP_vect ) {
|
||||
uint8_t i, x;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ choice 'TLC5940 Control Port' \
|
|||
PORTB PORTB \
|
||||
PORTC PORTC \
|
||||
PORTD PORTD" \
|
||||
'PORTC' COLPORT
|
||||
'PORTC' TLCPORT
|
||||
|
||||
choice 'port for row shiftregisters' \
|
||||
"PORTA PORTA \
|
||||
|
|
Loading…
Reference in New Issue