Skip to content

Screen in portrait slider track still in landscape #140

@Jwf68

Description

@Jwf68

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.
imageedit_2_5588151952

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions