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

Adjustable brightness for connected grids #599

Closed
jlmitch5 opened this issue Oct 11, 2018 · 7 comments
Closed

Adjustable brightness for connected grids #599

jlmitch5 opened this issue Oct 11, 2018 · 7 comments
Labels

Comments

@jlmitch5
Copy link
Contributor

@jlmitch5 jlmitch5 commented Oct 11, 2018

I am currently on a plane, and I brought my Norns and grid along to keep me company on the flight. I learned that the grid was a bit bright, and I am a little self conscious to use it as it might disturb other passengers near me.

Would be cool if there was a way to adjust brightness. Not sure if it would be possible to do so and still maintain the same 15 levels of granularity.

@tehn
Copy link
Member

@tehn tehn commented Oct 11, 2018

@catfact catfact added lua matron labels Nov 1, 2018
@okyeron
Copy link
Contributor

@okyeron okyeron commented Nov 2, 2018

Is there a way to send a serialosc command from lua (maiden)? (then you could just set it from a script)

And would it be the following command here?

pattern:	/prefix/led/intensity i
desc:		set intensity for entire grid
args:		i = intensity (0-15)
serial:		[0x17, i]

@catfact
Copy link
Collaborator

@catfact catfact commented Nov 2, 2018

norns doesnt use serialosc, it uses libmonome, but we can easily add intensity command to grid device layer

and @okyeron yeah i agree - first step to just expose this to lua layer, doesn't need to be blocked by UI considerations

@okyeron
Copy link
Contributor

@okyeron okyeron commented Nov 2, 2018

Aha. For my own curiousity - where (in what file) does that libmonome communication with grid devices happen? (I'm interested in tracking down some libmonome errors I get sometimes from my DIY grid)

@okyeron
Copy link
Contributor

@okyeron okyeron commented Nov 2, 2018

Great. Thank you. That's where I was looking, but wanted to be sure.

@tehn
Copy link
Member

@tehn tehn commented Jul 26, 2020

implemented in v2.2.3

no menu UI yet, but other issue addresses that

@tehn tehn closed this Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants