1
0
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:
Thomas Harte
2025-09-27 07:58:11 -04:00
parent fdeb421513
commit 622679f4c2
+1 -1
View File
@@ -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;
}