Jan Delgado
Jan Delgado
Released with 4.12.0 https://github.com/jandelgado/jled/releases/tag/v4.12.0
Good Point. Will think about it over the holidays. I think it would still be good to be able to turn a LED fully off with Stop, perhaps by adding...
fyi @Welsyntoffie: with JLed Release 4.13.0 (see #121 ) it is now possible to fully turn of the LED or keep the last value with `Stop()`.
@hansimglueck @rainyotter could you provide an example which I can use as the base for some research please?
For now, the easiest way to run the test would be to create an empty directory `.git` in the projects root dir, before the tests are run (i.e. `mkdir .git`)....
The "current" brightness level is a function of time, and calculated on-demand. JLed does not store the lastly written level, since this would require an additional byte in the internal...
@arnolddej, On the `return_current_level_from_update` branch I added experimental support for the `Update()` method returning also the brightness level written, while keeping compatibility with old code. Have a look at the...
@arnolddej Could you please post a complete sketch. Especially the part where current_value_ledstrip1 is obtained is of interest here
@aGGreSSiv please open another issue with your question and don't post code with secrets!
No problem - me too :-) Anyway, I think i found the problem in the meantime ...