Searched refs:used (Results 1 – 25 of 124) sorted by relevance
12345
55 print('mem used max: %0.2f kB' % (mem.getMax()))56 print('mem used now: %0.2f kB' % (mem.getNow()))71 print('mem used max: %0.2f kB' % (mem.getMax()))72 print('mem used now: %0.2f kB' % (mem.getNow()))87 print('mem used now: %0.2f kB' % (mem.getNow()))92 print('mem used now: %0.2f kB' % (mem.getNow()))101 print('mem used max: %0.2f kB' % (mem.getMax()))102 print('mem used now: %0.2f kB' % (mem.getNow()))128 print('mem used max: %0.2f kB' % (mem.getMax()))129 print('mem used now: %0.2f kB' % (mem.getNow()))
15 …OADED_IMAGE_PROTOCOL_GUID*, for file system support (used to determine the file system that was us…44 …initions (protocols and types), there are 2 predefined files which can be used for EDK2 and gnu-efi73 // used to get out of the main loop93 // Create an image that can be used as cursor
3 # This file describes the settings to be used by the documentation system20 # This tag specifies the encoding used for all characters in the config file21 # that follow. The default is UTF-8 which is also the encoding used for all text31 # project for which the documentation is generated. This name is used in the37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This39 # control system is used.56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path59 # left blank the current directory will be used.75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all[all …]
7 Draw image in **label** or **span** obj with :cpp:type:`lv_imgfont`. This is often used to37 To destroy the *imgfont* that is no longer used, use :cpp:expr:`lv_imgfont_destroy(imgfont)`.
23 - XML can be used to generate LVGL code in any language.33 - Parameters can be defined and passed and used for components66 - Can be used for styling widgets.114 - A standard XML syntax is used.115 - Lowercase letters with ``_`` separation are used for attribute names.121 - Local styles can be used like ``<lv_label style_text_color="0xff0000" style_text_color:checked="…133 When loaded from a file, the file name is used as the component name.138 The created widget is a normal LVGL widget that can be used like any other manually created widget.212 They can be referenced from components, and their API can be used via the exposed attributes
96 The following functions can be used to set a subject's value:106 The following functions can be used to get a subject's value:118 The following functions can be used to get a subject's previous value:134 To subscribe to a subject the following function can be used:154 In the observer callback :cpp:expr:`lv_observer_get_target(observer)` can be used to get the saved …289 …t string is ``NULL`` the value will be used directly. In this case on string and pointer type subj…
11 A Label is the Widget used to display text.20 text properties. Padding values can be used to add space between26 properties can be used.44 can be used to set the text. Example: :cpp:expr:`lv_label_set_text_fmt(label, "Value: %d", 15)`.48 stored in dynamic memory and the given buffer is used directly instead. This means58 Label is being used in :cpp:enumerator:`LV_LABEL_LONG_DOT` mode since the Label114 :cpp:func:`lv_label_set_array_text` are used, a separate buffer is allocated and150 To horizontally align the lines of a Label the `text_align` style property can be used with176 It will be treated as a template which will be used to create the scroll animations.
25 properties are used, a rectangle will be drawn behind the Image58 used for any state that has not had image sources set for it. If an image sources60 they will be used instead when the Image Button is in that state.
11 Charts Widget are used to visualize data.16 - 4 internal axes, any of which can be used to specify scale for a data series,47 2 Y axes and 2 X axes (the latter are used with SCATTER charts)119 - :cpp:enumerator:`LV_PART_SCROLLBAR` A scrollbar used if the chart is zoomed. See123 - LINE chart: *line* properties are used by lines.124 ``width``, ``height``, ``bg_color`` and ``radius`` are used to set126 - Bar chart: The typical background properties are used to style the131 - :cpp:enumerator:`LV_PART_CURSOR` *Line* properties are used to style cursors.132 ``width``, ``height``, ``bg_color`` and ``radius`` are used to set148 - :cpp:enumerator:`LV_CHART_TYPE_NONE`: Do not display any data. Can be used to hide chart's data.[all …]
49 Line breaks can be used in the text like ``"Value\n60.3"``.81 will be used to show the whole Table in the respective direction. E.g.118 :cpp:expr:`lv_table_get_selected_cell(table, &row, &col)` can be used to get the
56 When a draw buffer is used, it must be already initialized by the user with :cpp:enumerator:`LV_COL…67 ``lvgl/scripts/filetohex.py`` can be used to convert a Lottie file to a hex80 …oesn't support LVGL's File System interface but a "normal path" should be used without a driver le…
19 … replace the macro MY_DISP_HOR_RES with the actual screen width, default value 320 is used for now.24 …replace the macro MY_DISP_VER_RES with the actual screen height, default value 240 is used for now.
24 … replace the macro MY_DISP_HOR_RES with the actual screen width, default value 320 is used for now.29 …replace the macro MY_DISP_VER_RES with the actual screen height, default value 240 is used for now.
6 purposes and can be used if you are already familiar with Buildroot concepts 21 At this point, you have an image that can be flashed on an SD and used.
7 Styles are used to set the appearance of Widgets. Styles in LVGL are16 - The same style can be used by any number of Widgets.25 is specified in two styles the newest style in the Widget will be used.61 property will be used. Typically this means the property with62 :cpp:enumerator:`LV_STATE_DEFAULT` is used.˛ If the property is not set even for the63 default state the default value will be used. (See later)82 default state's 0x0000 precedence, so gray color will be used.84 and red color will be used. (Focused state has higher precedence than88 color will be used.91 the pressed state's precedence so rose color would be used.[all …]
7 LVGL provides a custom RLE compression method. It can be used to reduce binary34 original color value. For more details, the script used to compress the image72 The RLE image can be used same as other images.
17 :cpp:expr:`lv_tiny_ttf_create_data(data, data_size, font_size)` can be used to27 entire time the font is being used.
8 when used with ESP32 and ESP8266.
48 static void lv_mem_walker(void * ptr, size_t size, int used, void * user);257 static void lv_mem_walker(void * ptr, size_t size, int used, void * user) in lv_mem_walker() argument263 if(used) { in lv_mem_walker()
84 typedef void (*lv_tlsf_walker)(void * ptr, size_t size, int used, void * user);
16 … like SPI serial, or i8080-compatible parallel interface, which are often used to interface LCD di…23 …"MIPI") serial interface. Instead, it implements the MIPI DCS command set used in many LCD control…26 …Although this is a generic driver, it can be used to support compatible chips which do not have a …65 …:`my_lcd_send_color()` functions is that :cpp:func:`my_lcd_send_cmd()` is used to send short comma…66 …ds, it should be blocking), while :cpp:func:`my_lcd_send_color()` is only used to send pixel data,…82 The driver can be used to create multiple displays. In such a configuration the callbacks must be a…172 …func:`lv_lcd_generic_mipi_create()` function is a flag array. This can be used to configure the or…
28 If OS is enabled, a synchronization primitive will be used to59 For the best visial results, ``optional_other_full_size_buffer`` should be used98 is used.
11 The type :cpp:type:`lv_color_t` is used to store a color in RGB888 format.12 This type and format is used in almost all APIs regardless of :cpp:expr:`LV_COLOR_DEPTH`.32 /* Same but can be used for const initialization as well */
6 It contains a lot of object creation, deletion, animations, styles usage, and so on. It can be used…
16 # 'lv_style_transition_dsc_t_path_xcb_callback' defined but not used