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

Add matricks auto config override options #56

Open
wymcg opened this issue Oct 12, 2023 · 0 comments
Open

Add matricks auto config override options #56

wymcg opened this issue Oct 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@wymcg
Copy link
Owner

wymcg commented Oct 12, 2023

Add all matricks manual options to matricks auto, so that individual settings in a configuration file can be overridden by the user. For example given a config file example.toml:

[matrix]
width = 12
height = 12
fps = 30.0
serpentine = true
brightness = 255

[plugin]
path = "example_plugin.wasm"
loop_plugins = false

Running matricks auto example.toml --fps 60 should run the plugin at 60 FPS, instead of 30 FPS as specified in example.toml.

@wymcg wymcg added the enhancement New feature or request label Oct 12, 2023
@wymcg wymcg changed the title Add matricks auto options Add matricks auto config override options Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant