-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Set fade effect in settings #209
Comments
…be applied during startup. Changing the fade effect by buttons has no effect on the stored default value. #209
The default fade effect which is used during changing the active slot can now be changed in the settings. Please verify in in the Development branch. The text fade effect you see in the OpenWeatherPlugin is a feature of the TextWidget and has no relation to the slot fade effect. The TextWidget only supports the linear effect and is sometimes disabled depended on the plugin. |
The new setting seems to work without any issues. Im not sure if its possible but would it be possible to have an option in those plugins to enable/disable the linear effect? |
Ok.
In principle possible by adding an additional configuration parameter to every related plugin. The DateTimePlugin disables the effect to avoid continously fading in case that it shows seconds. Pixelix/lib/Views/src/layouts/DateTimeView32x8.h Lines 86 to 89 in 0b100e9
Is it so disturbing? |
Apologies I havent seen that, sorry about that |
No problem. |
Apologies to add to this, but I just tried no fade effect (I forgot to try that yesterday) and when restarting, the pixelix logo stays on screen. |
…ption was that no fade effect is no option. :-) #209
Fixed in Development branch, please update filesystem too. |
Yep, works as intended now! |
Basically set the fade effect in settings, as there is currently no way (that im aware about) to have anything but linear fade effect saved upon reboot.
Also potentially have the option to have no fade effect, and have the option to change the fade effect within plugins (like openweatherplugin between temprature, windspeed, humidity and uv-index)
The text was updated successfully, but these errors were encountered: