mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 03:29:40 +00:00
Slow flash rate (though it's probably asymmetrical?)
This commit is contained in:
@@ -283,7 +283,7 @@ void SAA5050Serialiser::add(const Numeric::SizedCounter<7> c) {
|
||||
}
|
||||
|
||||
uint16_t SAA5050Serialiser:: pixels(const uint8_t c) {
|
||||
if(flash_ && frame_counter_&16) {
|
||||
if(flash_ && frame_counter_&32) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user