Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 52) sorted by relevance

123

/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst51 #. Set project name and location.
52 #. Set Targeted Project Type to STM32Cube and press Finish.
56 #. Set High Speed Clock to "BYPASS Clock Source", and Low Speed Clock to "Crystal/Ceramic Resonator…
59 #. Set the HCLK clock frequency to the maximum value (216 MHz for the STM32F746).
65 #. Set Mode to Transmit Only Master, and Hardware NSS Signal to Disable.
67 #. Set Frame Format to Motorola, Data Size to 8 Bits, First Bit to MSB First.
68 #. Set the Prescaler to the maximum value according to the LCD controller’s datasheet (e.g., 15 MBi…
69 #. Set NSSP Mode to Disabled and NSS Signal Type to Software.
71 #. Set Priority to Medium, Data Width to Half Word.
74 #. Set SPI1_MOSI to Pull-up and Very High, and name it ``LCD_SDI``.
[all …]
Dgen_mipi.rst15 (Display Command Set). Usually when one talks about a MIPI-compatible display, one thinks of a devi…
137 /* Set display orientation to landscape */
/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h726 …ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) co… in Set() function
731 …ValueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocat… in Set() function
736 …ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) con… in Set() function
742 …ValueType& Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorT… in Set() function
753 Set(ValueType& root, T value, typename ValueType::AllocatorType& allocator) const { in Set() function
759 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set() function
765 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set() function
771 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set() function
778 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set() function
789Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T … in Set() function
[all …]
Ddocument.h525 static ValueType& Set(ValueType& v, bool data) { return v.SetBool(data); }
526 …static ValueType& Set(ValueType& v, bool data, typename ValueType::AllocatorType&) { return v.SetB…
533 static ValueType& Set(ValueType& v, int data) { return v.SetInt(data); }
534 …static ValueType& Set(ValueType& v, int data, typename ValueType::AllocatorType&) { return v.SetIn…
541 static ValueType& Set(ValueType& v, unsigned data) { return v.SetUint(data); }
542 …static ValueType& Set(ValueType& v, unsigned data, typename ValueType::AllocatorType&) { return v.…
551 static ValueType& Set(ValueType& v, long data) { return v.SetInt(data); }
552 …static ValueType& Set(ValueType& v, long data, typename ValueType::AllocatorType&) { return v.SetI…
560 static ValueType& Set(ValueType& v, unsigned long data) { return v.SetUint(data); }
561 …static ValueType& Set(ValueType& v, unsigned long data, typename ValueType::AllocatorType&) { retu…
[all …]
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst17 1. Set :c:macro:`LV_USE_DRAW_VG_LITE` to 1 in ``lv_conf.h`` to enabled the VG-Lite rendering backen…
26 3. Set the :c:macro:`LV_VG_LITE_USE_ASSERT` configuration to enable GPU call parameter checking.
33 4. Set the :c:macro:`LV_VG_LITE_FLUSH_MAX_COUNT` configuration to specify the flush method.
37 …- Set :c:macro:`LV_VG_LITE_FLUSH_MAX_COUNT` to zero (recommended). The rendering backend will obta…
43 …- Set :c:macro:`LV_VG_LITE_FLUSH_MAX_COUNT` to a value greater than zero, such as 8. After writing…
47 5. Set the :c:macro:`LV_VG_LITE_USE_BOX_SHADOW` configuration to use GPU rendering for shadows.
52 6. Set the :c:macro:`LV_VG_LITE_GRAD_CACHE_CNT` configuration to specify the number of gradient cac…
57 7. Set the :c:macro:`LV_VG_LITE_STROKE_CACHE_CNT` configuration to specify the number of stroke pat…
/lvgl-latest/src/libs/thorvg/rapidjson/error/
Derror.h134 void Clear() { Set(kParseErrorNone); } in Clear()
136 void Set(ParseErrorCode code, size_t offset = 0) { code_ = code; offset_ = offset; }
/lvgl-latest/docs/details/base-widget/
Dlayer.rst41 lv_obj_set_pos(btn1, 60, 40); /* Set the position of the first button */
44 lv_obj_set_pos(btn2, 180, 80); /* Set the position of the second button */
48 lv_label_set_text(label1, "Button 1"); /* Set the text of the label */
51 lv_label_set_text(label2, "Button 2"); /* Set the text of the label */
Dobj.rst66 /* Set basic Widget attributes */
67 lv_obj_set_size(btn1, 100, 50); /* Set a button's size */
68 lv_obj_set_pos(btn1, 20,30); /* Set a button's position */
86 /* Set slider specific attributes */
87 lv_slider_set_range(slider1, 0, 100); /* Set the min. and max. values */
88 lv_slider_set_value(slider1, 40, LV_ANIM_ON); /* Set the current value (position) */
164 lv_obj_set_size(parent, 100, 80); /* Set size of parent */
167 lv_obj_set_pos(widget1, 10, 10); /* Set position of new Widget */
204 lv_event_set_ext_draw_size(e, 30); /*Set 30px extra draw area around the widget*/
413 - Set the screen's ``bg_opa`` to transparent:
[all …]
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst113 Set X coordinate of Widget considering the ``align`` setting. Pixel and percentage values can be us…
127 Set Y coordinate of Widget considering the ``align`` setting. Pixel and percentage values can be us…
141 Set the alignment which tells from which point of the parent the X and Y coordinates should be inte…
267 Set pivot point's X coordinate for transformations. Relative to Widget's top left corner'
281 Set pivot point's Y coordinate for transformations. Relative to Widget's top left corner'
492 Set background color of Widget.
506 Set opacity of the background. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,…
520 Set gradient color of the background. Used only if `grad_dir` is not `LV_GRAD_DIR_NONE`
534 Set direction of the gradient of the background. Possible values are `LV_GRAD_DIR_NONE/HOR/VER`.
548 Set point from which background color should start for gradients. 0 means to top/left side, 255 the…
[all …]
/lvgl-latest/docs/details/other-components/
Dobserver.rst68 //Set the subject's value to 30. It will notify `some_observer_cb`
93 Set subject value
254 Set a Widget flag if an integer subject's value is equal to a reference value, clear the flag other…
260 Set a Widget flag if an integer subject's value is not equal to a reference value, clear the flag o…
266 Set a Widget state if an integer subject's value is equal to a reference value, clear the flag othe…
272 Set a Widget state if an integer subject's value is not equal to a reference value, clear the flag …
278 Set an integer subject to 1 when a Widget is checked and set it 0 when unchecked.
/lvgl-latest/examples/others/observer/
Dindex.rst14 Set time with 12/24 mode and AM/PM
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst59 … lv_display_set_flush_cb(disp, my_flush_cb); /* Set a flush callback to draw to the display */
60 …ers(disp, buf_1, buf_2, sizeof(buf_1), LV_DISPLAY_RENDER_MODE_PARTIAL); /* Set an initialized buff…
118 //Set the drawing region
175 …lv_display_set_flush_cb(display, my_flush_cb); /* Set a flush callback to draw to the d…
176 …ers(disp, buf_1, buf_2, sizeof(buf_1), LV_DISPLAY_RENDER_MODE_PARTIAL); /* Set an initialized buff…
249 //Set the drawing region
Dnxp.rst39 - Select NXP PXP engine in "lv_conf.h": Set :c:macro:`LV_USE_PXP` to `1`.
40 - In order to use PXP as a draw unit, select in "lv_conf.h": Set :c:macro:`LV_USE_DRAW_PXP` to `1`.
41 - In order to use PXP to rotate the screen, select in "lv_conf.h": Set :c:macro:`LV_USE_ROTATE_PXP`…
42 - Enable PXP asserts in "lv_conf.h": Set :c:macro: `LV_USE_PXP_ASSERT` to `1`.
210 - Select NXP VGLite engine in "lv_conf.h": Set :c:macro:`LV_USE_DRAW_VGLITE` to
213 - Enable VGLite asserts in "lv_conf.h": Set :c:macro: `LV_USE_VGLITE_ASSERT` to
300 Set :c:macro: `LV_USE_VGLITE_BLIT_SPLIT` to `1`.
315 Set :c:macro: `LV_USE_VGLITE_DRAW_ASYNC` to `1`.
/lvgl-latest/env_support/cmsis-pack/
DREADME.md9 2. Set the macro protector to '1'
14 #if 1 /*Set it to "1" to enable content*/
87 6. Set `LV_FONT_MONTSERRAT_12`, ``LV_FONT_MONTSERRAT_20`, `LV_FONT_MONTSERRAT_24`, `LV_FONT_MONTSER…
/lvgl-latest/
DKconfig212 Set it to 0 to have no limit.
326 int "Set number of maximally cached circle data"
333 Set to 0 to disable caching.
360 string "Set the custom asm include file"
776 bool "Set IRAM as LV_ATTRIBUTE_FAST_MEM"
778 Set this option to configure IRAM as LV_ATTRIBUTE_FAST_MEM
1012 prompt "Set the default BIDI direction"
1218 int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')"
1222 string "Set the working directory"
1232 int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')"
[all …]
/lvgl-latest/docs/details/main-components/
Danimation.rst87 /* Set the "animator" function */
90 /* Set target of the Animation */
96 /* Set start and end values. E.g. 0, 150 */
105 /* Set path (curve). Default is linear */
108 /* Set anim_template callback to indicate when the Animation is completed. */
111 /* Set anim_template callback to indicate when the Animation is deleted (idle). */
114 /* Set anim_template callback to indicate when the Animation is started (after delay). */
228 /* Set up template... */
Dindev.rst20 lv_indev_set_read_cb(indev, my_input_read); /* Set driver function. */
74 lv_image_set_src(cursor_obj, &mouse_cursor_icon); /* Set image source. */
206 /* Set the gesture information, before returning to LVGL */
480 data->state = LV_INDEV_STATE_PRESSED; /* Set the pressed state */
482 data->state = LV_INDEV_STATE_RELEASED; /* Set the released state */
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino18 /*Set to your screen resolution and rotation*/
87 /*Set a tick source so that LVGL will know how much time elapsed. */
/lvgl-latest/docs/details/widgets/
Dmenu.rst72 Set a Menu Page in the main area
79 Set a Menu Page in the sidebar
Dlottie.rst43 Set a buffer
58 Set a source
Dline.rst26 Set points
Dtable.rst40 Set cell value
Dimage.rst120 Set ``factor`` to ``256`` or :c:macro:`LV_SCALE_NONE` to disable zooming. A
189 - :cpp:enumerator:`LV_IMAGE_ALIGN_STRETCH` Set X and Y scale to fill the Widget's area
/lvgl-latest/docs/details/integration/framework/
Darduino.rst23 Set up drivers
45 4. Set the color depth of you display in :c:macro:`LV_COLOR_DEPTH`
/lvgl-latest/docs/
DREADME_jp.rst183 lv_obj_center(btn);                                     /*Set its position*/
184 lv_obj_set_size(btn, 100, 50);                                  /*Set its size*/
188 lv_label_set_text(label, "Button");                             /*Set the labels text*/

123