Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 27) sorted by relevance

12

/lvgl-latest/docs/details/base-widget/
Dlayer.rst43 lv_obj_t * btn2 = lv_button_create(scr); /* Create the second button on the screen */
44 lv_obj_set_pos(btn2, 180, 80); /* Set the position of the second button */
50 lv_obj_t * label2 = lv_label_create(btn2); /* Create a label on the second button */
53 /* Delete the second label */
Devent.rst126 …for a short period of time, and then released without scrolling, for the second time in a click st…
Dobj.rst111 - ``1`` get the child created second
551 - :cpp:enumerator:`LV_EVENT_DOUBLE_CLICKED` Sent for second short click within small distanc…
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.h64 void lv_demo_smartwatch_face_update_seconds(int second);
Dlv_demo_smartwatch.h94 void lv_demo_smartwatch_face_update_seconds(int second);
Dlv_demo_smartwatch_home.c194 void lv_demo_smartwatch_face_update_seconds(int second) in lv_demo_smartwatch_face_update_seconds() argument
200 lv_image_set_rotation(*faces[i].seconds, second * 60); in lv_demo_smartwatch_face_update_seconds()
/lvgl-latest/docs/details/integration/driver/display/
Drenesas_glcdc.rst58 Buffer swapping can be activated by passing a second buffer of same size instead of the :cpp:expr:`…
Dst_ltdc.rst82 Providing a second partial buffer can improve CPU utilization and increase
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst74 The second argument controls whether or not all devices are rescanned. If you have many devices con…
/lvgl-latest/docs/details/debugging/
Dprofiler.rst73 config.tick_per_sec = 1000000000; /* One second is equal to 1000000000 nanoseconds */
94 config.tick_per_sec = 1000000; /* One second is equal to 1000000 microseconds */
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst40 * Static or global buffer(s). The second buffer is optional
157 * Static or global buffer(s). The second buffer is optional */
/lvgl-latest/docs/details/main-components/
Danimation.rst180 and ``end`` values, *rate* here means the number of units of change per second, i.e.
181 how quickly (units per second) the Animation's value needs to change between the
290 to call it a second time --- no damage will occur.
Ddisplay.rst240 - ``buf2`` a second optional buffer (see below)
/lvgl-latest/docs/details/widgets/
Dspangroup.rst71 is second youngest, etc.
Dbuttonmatrix.rst55 have 2 buttons each with 50% width and a second row with 1 button having
Darc.rst81 degrees/second units and can be set with
Dlabel.rst66 If your Label is updated with new strings rapidly (e.g. > 30X / second, such as
/lvgl-latest/docs/details/integration/os/
Dqnx.rst32 LVGL is used on other systems. The second is to build LVGL as either a shared or
Dtorizon_os.rst64 The second command should print ``aarch64``.
/lvgl-latest/src/libs/lodepng/
Dlodepng.h478 unsigned second; /*0-60 (to allow for leap seconds)*/ member
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst187 event and a second as a result of the input device :cpp:enumerator:`LV_EVENT_CLICKED`
/lvgl-latest/docs/details/libs/
Drlottie.rst164 additional memory. A 30 frame animation that plays over 1 second
/lvgl-latest/src/libs/thorvg/rapidjson/
Ddocument.h2234 return MemberIterator(&members[mit->second]);
2333 mit[mpos]->second = mpos;
2367 mit[mpos]->second = mpos;
/lvgl-latest/docs/
DCHANGELOG.rst60 - **feat(nuttx): malloc second FB if driver only has one** `6580 <https://github.com/lvgl/lvgl/pull…
273 - **fix(example): lv_example_scale_3 second scale needle was scrollable** `6320 <https://github.com…
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst133 first and the red style second. However, the precedence of the states

12