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

Having a hard time getting Screen regions to work. #145

Open
prediscover opened this issue Mar 4, 2023 · 1 comment
Open

Having a hard time getting Screen regions to work. #145

prediscover opened this issue Mar 4, 2023 · 1 comment

Comments

@prediscover
Copy link

prediscover commented Mar 4, 2023

I had been using the 1.8.0 version for forever, and just stumbled upon the latest 2.3.1 version!!

I'm usually pretty good at figuring out tech things, but I'm having a hard time understanding the Screen region left,width,top,height values.

I have two bulbs, on either side of my monitor and my goal is to get the left bulb to react to the left half of the screen and the right bulb to react to the right half of the screen. Either Avg. color or Dominant color is fine.

I have a 1440p main monitor, so I thought inputting this for the left bulb:

left 0 width 1280
top 0 height 1440

, and this for the right bulb:

left 1280 width 2560
top 0 height 1440

would work. However, only the left bulb seems to be reacting properly on the left side and the right bulb just reacts to the whole screen.
What am I missing?

@AnthonyANI
Copy link
Contributor

Since a previous update, the two inputs on the right have changed from right, bottom to width, height. So no longer coordinates for the two boxes on the right. For your right bulb, the correct width is still 1280. Height is correct for both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants