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
|
//this int runs with multiples of half the frequency of timer 1,
|
||||||
// 12.5 kHz
|
//meaning that new row data gets laoded every 2n pwm periods of the tlc
|
||||||
ISR(TIMER0_COMP_vect ) {
|
ISR(TIMER0_COMP_vect ) {
|
||||||
uint8_t i, x;
|
uint8_t i, x;
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ choice 'TLC5940 Control Port' \
|
||||||
PORTB PORTB \
|
PORTB PORTB \
|
||||||
PORTC PORTC \
|
PORTC PORTC \
|
||||||
PORTD PORTD" \
|
PORTD PORTD" \
|
||||||
'PORTC' COLPORT
|
'PORTC' TLCPORT
|
||||||
|
|
||||||
choice 'port for row shiftregisters' \
|
choice 'port for row shiftregisters' \
|
||||||
"PORTA PORTA \
|
"PORTA PORTA \
|
||||||
|
|
Loading…
Reference in New Issue