WS2812 timing bug on file save/read
Quote from adrianeb on August 12, 2026, 2:25 pmHi,
I was trying to make some work with ws2812 and found a very stupid bug that took me some time to figure out.
First, the default timing on ws2812 I create, is T1H="400, it sould be T1H="850, ok, I edit, save the file and... that value is not saved on the file!
If I edit the file, fix the values on a text editor, and open on the simulide, ws2812 works perfect! but if I save the file, the wrong T1H="400 is replaced again!
The bug is very easy to replicate, let me knwow if something was not clear, sorry for my bad english
Regards
Adrian
PD: It would be nice to add a option on a matrix ws2812 to use progresive/zigzag to emulate easily a 32x8 or an 16x16 array
Hi,
I was trying to make some work with ws2812 and found a very stupid bug that took me some time to figure out.
First, the default timing on ws2812 I create, is T1H="400, it sould be T1H="850, ok, I edit, save the file and... that value is not saved on the file!
If I edit the file, fix the values on a text editor, and open on the simulide, ws2812 works perfect! but if I save the file, the wrong T1H="400 is replaced again!
The bug is very easy to replicate, let me knwow if something was not clear, sorry for my bad english
Regards
Adrian
PD: It would be nice to add a option on a matrix ws2812 to use progresive/zigzag to emulate easily a 32x8 or an 16x16 array
Quote from arcachofo on August 12, 2026, 2:58 pmHi.
Thanks for reporting but I think that issue was solved some time ago.
Are you using the last version available?
It would be nice to add a option on a matrix ws2812 to use progresive/zigzag to emulate easily a 32x8 or an 16x16 array
By now you can do that using one ws2812 per row/column and connecting them as you want.
Hi.
Thanks for reporting but I think that issue was solved some time ago.
Are you using the last version available?
It would be nice to add a option on a matrix ws2812 to use progresive/zigzag to emulate easily a 32x8 or an 16x16 array
By now you can do that using one ws2812 per row/column and connecting them as you want.
Quote from adrianeb on August 12, 2026, 3:04 pmIm using SimulIDE_1.1.0-SR2_Win64
Its fixed on SimulIDE 2.0.0? (I need to use arduinos so Im stuck on 1.1.0)
Im using SimulIDE_1.1.0-SR2_Win64
Its fixed on SimulIDE 2.0.0? (I need to use arduinos so Im stuck on 1.1.0)
Quote from arcachofo on August 12, 2026, 5:24 pmIt is fixed in SimulIDE_1.1.0-SR2 (tested in Linux and Windows).
I think the bug is in 1.1.0-SR1 but not SR2.
by the way: you can use Arduinos in version 2.0.0, but you need to install it before:
It is fixed in SimulIDE_1.1.0-SR2 (tested in Linux and Windows).
I think the bug is in 1.1.0-SR1 but not SR2.
by the way: you can use Arduinos in version 2.0.0, but you need to install it before:

