-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
Hi Rudolph,
Working slider in landscape.
Activates portrait: #define EVE_ROTATE 0x02 // screen in portrait
Slider tracker is still in portrait mode, the red area is the slider tracker. see picture.

Something seems wrong.
Best regards
Jonas Wahlfrid
EVE_cmd_dl_burst(DL_TAG); // Enable tagging
EVE_cmd_dl_burst(DL_TAG + SETPOINT_SLIDER); // Tag following items
EVE_cmd_slider(300, 250, 220, 25, 0, sliderPos, 1000);
EVE_cmd_track(300, 250, 220, 25, SETPOINT_SLIDER);
EVE_cmd_dl_burst(DL_CLEAR_TAG); //EVE_TAG_MASK(0); // Stop following items being tagged
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels