Home
last modified time | relevance | path

Searched refs:input_range (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/examples/others/monkey/
Dlv_example_monkey_2.c12 config.input_range.min = -5; in lv_example_monkey_2()
13 config.input_range.max = 5; in lv_example_monkey_2()
Dlv_example_monkey_3.c15 config.input_range.min = 0; in lv_example_monkey_3()
16 config.input_range.max = sizeof(btn_points) / sizeof(lv_point_t) - 1; in lv_example_monkey_3()
/lvgl-latest/src/others/monkey/
Dlv_monkey.c159 …a->enc_diff = (int16_t)lv_monkey_random(monkey->config.input_range.min, monkey->config.input_range in lv_monkey_timer_cb()
162 …ta->btn_id = (uint32_t)lv_monkey_random(monkey->config.input_range.min, monkey->config.input_range in lv_monkey_timer_cb()
Dlv_monkey.h46 } input_range; member
/lvgl-latest/docs/details/other-components/
Dmonkey.rst26 ``period_range`` and ``input_range`` members to set the time ranges (in milliseconds)
38 Note that ``input_range`` has different meanings depending on the ``type`` input device: