Skip to content

Commit

Permalink
Update box1.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub authored Apr 1, 2020
1 parent 28809b6 commit 741424c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions box1/box1.ino
Original file line number Diff line number Diff line change
Expand Up @@ -355,19 +355,6 @@ void sendKeyPress(bool down, String key) {
SLIPSerial.endPacket();
}

/*******************************************************************************
* Checks the status of all the buttons relevant to Eos (i.e. Next & Last)
*
* NOTE: This does not check the shift key. The shift key is used in tandem with
* the encoder to determine coarse/fine mode and thus does not report to Eos
* directly.
*
* Parameters: none
*
* Return Value: void
*
******************************************************************************/

/**
* @brief Checks the status of all the buttons relevant to Eos (i.e. Next & Last)
*
Expand Down

4 comments on commit 741424c

@Leoservice
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Sstaub, thanks for you great work.
I build a Lighthack box 2B and it's great! Now and I would like to know if is possible to assign one more encoder fixed to the intensity parameter also when I change the parameter page.
I try to explain me better: I would like to have three wheels: 1 fixed for intensity and other two variable for other parameters, (PAN, TILT, zoom, colors,etc,)
What do you think? is it possible?
Thanks a lot
Leonardo

@sstaub
Copy link
Owner Author

@sstaub sstaub commented on 741424c Nov 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is possible, you must add a third wheel which only proceed the "Intens" parameter. The "Intens" and "empty" parameter must deleted from the general parameter list.
The "Intens" parameter must have an extra subscribe.

@Leoservice
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Stephen
I have some problem with box 2B. If I change the fixtures using next and last button little faster than normal the display don't give the correct value. Fo example if I visualize PAN and Tilt on the display and I change fixture using UP button faster the display go to 0,00 Tilt value and sometimes all parameters displayed goto 0.00. I must to unplug the USB connector and replug it. Do you have some idea how to solve this problem?
If I use Lighthack with box 1 (only PAN and Tilt parameters) this problem don't appear.
Thank you very much
Leonardo

@sstaub
Copy link
Owner Author

@sstaub sstaub commented on 741424c Mar 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes there are some problems, therefore try the example from the eOS library https://github.com/sstaub/eOS

Please sign in to comment.