Skip to content
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

Closed
Leeefy opened this issue Dec 29, 2024 · 8 comments
Closed

[Feature] Set fade effect in settings #209

Leeefy opened this issue Dec 29, 2024 · 8 comments
Labels
SW Enhancement New feature or request for software.
Milestone

Comments

@Leeefy
Copy link

Leeefy commented Dec 29, 2024

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)

@BlueAndi BlueAndi added the SW Enhancement New feature or request for software. label Dec 29, 2024
BlueAndi added a commit that referenced this issue Dec 29, 2024
…be applied during startup. Changing the fade effect by buttons has no effect on the stored default value.

#209
@BlueAndi
Copy link
Owner

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.

@Leeefy
Copy link
Author

Leeefy commented Dec 30, 2024

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?

@BlueAndi
Copy link
Owner

The new setting seems to work without any issues.

Ok.

Im not sure if its possible but would it be possible to have an option in those plugins to enable/disable the linear effect?

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.

/* Disable fade effect in case the user required to show seconds,
* which will continuously trigger the fading effect.
*/
m_textWidget.disableFadeEffect();

Is it so disturbing?

@Leeefy
Copy link
Author

Leeefy commented Dec 30, 2024

Apologies I havent seen that, sorry about that

@BlueAndi
Copy link
Owner

Apologies I havent seen that, sorry about that

No problem.

@Leeefy
Copy link
Author

Leeefy commented Dec 30, 2024

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.

@BlueAndi BlueAndi reopened this Dec 30, 2024
BlueAndi added a commit that referenced this issue Dec 30, 2024
…ption was that no fade effect is no option. :-)

#209
@BlueAndi
Copy link
Owner

Fixed in Development branch, please update filesystem too.

@Leeefy
Copy link
Author

Leeefy commented Dec 30, 2024

Yep, works as intended now!

@BlueAndi BlueAndi added this to the v8.1.0 milestone Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SW Enhancement New feature or request for software.
Projects
None yet
Development

No branches or pull requests

2 participants