Skip to content

How to change the countdown time using a variable? #19

Open
@Dezolator99

Description

Original:
// Count-down timer with 21s
tDown.setCounter(0, 0, 21, tDown.COUNT_DOWN, tDownComplete);

I need:
tDown.setCounter(0, 0, time, tDown.COUNT_DOWN, tDownComplete);

The "time" value is set by the touch display.

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