/lvgl-3.7.0/env_support/cmsis-pack/ |
D | LVGL.lvgl.pdsc | 25 <name>lvgl</name> 324 <file category="sourceC" name="src/core/lv_disp.c" /> 325 <file category="sourceC" name="src/core/lv_event.c" /> 326 <file category="sourceC" name="src/core/lv_group.c" /> 327 <file category="sourceC" name="src/core/lv_indev.c" /> 328 <file category="sourceC" name="src/core/lv_indev_scroll.c" /> 329 <file category="sourceC" name="src/core/lv_obj.c" /> 330 <file category="sourceC" name="src/core/lv_obj_class.c" /> 331 <file category="sourceC" name="src/core/lv_obj_draw.c" /> 332 <file category="sourceC" name="src/core/lv_obj_pos.c" /> [all …]
|
/lvgl-3.7.0/scripts/ |
D | style_api_gen.py | 9 {'name': 'WIDTH', 13 {'name': 'MIN_WIDTH', 17 {'name': 'MAX_WIDTH', 21 {'name': 'HEIGHT', 25 {'name': 'MIN_HEIGHT', 29 {'name': 'MAX_HEIGHT', 33 {'name': 'X', 37 {'name': 'Y', 41 {'name': 'ALIGN', 45 {'name': 'TRANSFORM_WIDTH', [all …]
|
D | Doxyfile | 31 # project for which the documentation is generated. This name is used in the 117 # following values are used ($name is automatically replaced with the name of 118 # the entity):The $name class, The $name widget, The $name file, is, provides, 121 ABBREVIATE_BRIEF = "The $name class" \ 122 "The $name widget" \ 123 "The $name file" \ 149 # before files name in the file list and in the header files. If set to NO the 150 # shortest path that makes the file name unique will be used 169 # header file to include in order to use a class. If left blank only the name of 233 # name=value [all …]
|
D | lv_conf_internal_gen.py | 100 name = r[3] variable 101 …name = re.sub('\(.*?\)', '', name, 1) #remove parentheses from macros. E.g. MY_FUNC(5) -> MY_FU… variable 114 f'{indent}#ifndef {name}\n' 116 f'{indent} #ifdef CONFIG_{name.upper()}\n' 117 f'{indent} #define {name} CONFIG_{name.upper()}\n' 119 f'{indent} #define {name} 0\n' 132 f'{indent}#ifndef {name}\n' 133 f'{indent} #ifdef CONFIG_{name.upper()}\n' 134 f'{indent} #define {name} CONFIG_{name.upper()}\n'
|
/lvgl-3.7.0/demos/benchmark/ |
D | lv_demo_benchmark.c | 55 const char * name; member 564 {.name = "Rectangle", .weight = 30, .create_cb = rectangle_cb}, 565 {.name = "Rectangle rounded", .weight = 20, .create_cb = rectangle_rounded_cb}, 566 {.name = "Circle", .weight = 10, .create_cb = rectangle_circle_cb}, 567 {.name = "Border", .weight = 20, .create_cb = border_cb}, 568 {.name = "Border rounded", .weight = 30, .create_cb = border_rounded_cb}, 569 {.name = "Circle border", .weight = 10, .create_cb = border_circle_cb}, 570 {.name = "Border top", .weight = 3, .create_cb = border_top_cb}, 571 {.name = "Border left", .weight = 3, .create_cb = border_left_cb}, 572 {.name = "Border top + left", .weight = 3, .create_cb = border_top_left_cb}, [all …]
|
/lvgl-3.7.0/src/extra/libs/freetype/ |
D | lv_freetype.c | 32 const char * name; /* point to font name string */ member 38 const char * name; member 65 static const char * name_refer_save(const char * name); 66 static void name_refer_del(const char * name); 67 static const char * name_refer_find(const char * name); 196 error = FT_New_Face(library, dsc->name, 0, aface); in font_face_requester() 363 dsc->name = name_refer_save(info->name); in lv_ft_font_init_cache() 412 name_refer_del(dsc->name); in lv_ft_font_destroy_cache() 424 if(strcmp(dsc->name, info->name) == 0) { in face_find_in_list() 544 dsc->name = name_refer_save(info->name); in lv_ft_font_init_nocache() [all …]
|
/lvgl-3.7.0/.github/workflows/ |
D | compile_docs.yml | 1 name: Build docs 16 - name: Checkout 21 - name: Setup Python 25 - name: Cache Python packages 38 - name: Install Doxygen and Latex dependencies 42 - name: Install requirements 45 - name: Setup Emscripten cache 55 - name: ccache 57 - name: Build examples (with cache) 59 - name: Build docs [all …]
|
D | build_micropython.yml | 1 name: Micropython CI 10 name: Build ${{ matrix.port }} port 18 - name: Install Dependencies 23 - name: Clone lv_micropython 27 - name: Initialize lv_bindings submodule 29 - name: Update ${{ matrix.port }} port submodules 33 - name: Checkout LVGL submodule 40 - name: Build mpy-cross 44 - name: Setup ESP-IDF 48 - name: Build ESP32 port [all …]
|
D | ccpp.yml | 1 name: C/C++ CI 22 name: Build ${{ matrix.build_option }} 26 - name: Install prerequisites 28 - name: Building ${{ matrix.build_option }} 33 name: amd64 Executable Tests 37 - name: Install prerequisites 39 - name: Fix kernel mmap rnd bits 44 - name: Run tests 46 - name: Upload coverage to Codecov 55 name: ${{ matrix.arch }} Executable Tests [all …]
|
D | check_style.yml | 1 name: Verify code formatting 11 - name: Checkout 16 - name: Checkout astyle 22 - name: Install astyle 28 - name: Format code 31 - name: Check that repository is clean
|
D | check_conf.yml | 1 name: Verify that lv_conf_internal.h matches repository state 11 - name: Checkout 16 - name: Setup Python 20 - name: Generate lv_conf_internal.h 23 - name: Check that repository is clean
|
D | makefile.yml | 1 name: Check Makefile 13 name: Build using Makefile 17 - name: Install prerequisites 19 - name: Build
|
D | release.yml | 7 name: Create Release 11 name: Create Release 14 - name: Checkout code 16 - name: Create Release
|
/lvgl-3.7.0/src/extra/libs/fsdrv/ |
D | lv_fs_win32.c | 33 static bool is_dots_name(const char * name); 93 * Check the dots name 94 * @param name file or dir name 95 * @return true if the name is dots name 97 static bool is_dots_name(const char * name) in is_dots_name() argument 99 return name[0] == '.' && (!name[1] || (name[1] == '.' && !name[2])); in is_dots_name() 404 * The name of the directories will begin with '/'
|
/lvgl-3.7.0/tests/ |
D | main.py | 63 '''Return an abbreviated version of the option name.''' 70 '''Given the build options name, return the build directory name. 72 Does not return the full path to the directory - just the base name.''' 77 '''Given the build options name, return the build directory name. 85 '''Build all tests for the specified options name.''' 115 '''Run the tests for the given options name.''' 160 tests, as their name suggests, only verify that the program successfully 167 help='''the build option name to build or run. When
|
/lvgl-3.7.0/tests/unity/ |
D | generate_test_runner.rb | 136 name = Regexp.last_match(2) 160 … tests_and_line_numbers << { test: name, args: args, call: call, params: params, line_number: 0 } 485 ' output - this is the name of the runner file to generate', 493 ' --setup_name="" - redefine setUp func name to something else', 494 ' --teardown_name="" - redefine tearDown func name to something else', 495 ' --main_name="" - redefine main func name to something else', 497 ' --test_reset_name="" - redefine resetTest func name to something else', 498 ' --test_verify_name="" - redefine verifyTest func name to something else', 503 ' --header_file="" - path/name of test header file to generate too'].join("\n") 507 # create the default test runner name if not specified
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 40 static lv_obj_t * create_shop_item(lv_obj_t * parent, const void * img_src, const char * name, cons… 230 lv_obj_t * name = lv_label_create(panel1); in profile_create() local 231 lv_label_set_text(name, "Elena Smith"); in profile_create() 232 lv_obj_add_style(name, &style_title, 0); in profile_create() 281 lv_label_set_text(user_name_label, "User name"); in profile_create() 286 lv_textarea_set_placeholder_text(user_name, "Your name"); in profile_create() 367 lv_obj_set_grid_cell(name, LV_GRID_ALIGN_START, 2, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create() 405 LV_GRID_CONTENT, /*Name*/ in profile_create() 437 lv_obj_set_grid_cell(name, LV_GRID_ALIGN_START, 2, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create() 476 LV_GRID_CONTENT, /*Name*/ in profile_create() [all …]
|
/lvgl-3.7.0/src/extra/widgets/tabview/ |
D | lv_tabview.c | 67 lv_obj_t * lv_tabview_add_tab(lv_obj_t * obj, const char * name) in lv_tabview_add_tab() argument 87 new_map[tab_id - 1] = lv_mem_alloc(strlen(name) + 1); in lv_tabview_add_tab() 88 strcpy((char *)new_map[tab_id - 1], name); in lv_tabview_add_tab() 96 new_map[0] = lv_mem_alloc(strlen(name) + 1); in lv_tabview_add_tab() 97 strcpy((char *)new_map[0], name); in lv_tabview_add_tab() 102 new_map[tab_id * 2 - 2] = lv_mem_alloc(strlen(name) + 1); in lv_tabview_add_tab() 104 strcpy((char *)new_map[(tab_id * 2) - 2], name); in lv_tabview_add_tab()
|
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1064 STBTT_DEF int stbtt_FindMatchingFont(STBTT_STREAM_TYPE fontdata, const char * name, int flags); 1066 STBTT_DEF int stbtt_FindMatchingFont(const unsigned char * fontdata, const char * name, int flags); 1069 // if you use STBTT_MACSTYLE_DONTCARE, use a font name like "Arial Bold". 1070 // if you use any other flag, use a font name like "Arial"; this checks 1096 // http://www.microsoft.com/typography/otspec/name.htm 1617 // @TODO the name INDEX could list multiple fonts, 1619 stbtt__cff_get_index(&b); // name INDEX 5156 // font name matching -- recommended not to use this 5227 stbtt_uint32 nm = stbtt__find_table(font->data, offset, "name"); 5243 static int stbtt__matchpair(STBTT_STREAM_TYPE fc, stbtt_uint32 nm, stbtt_uint8 * name, stbtt_int32 … argument [all …]
|
/lvgl-3.7.0/docs/ |
D | CODING_STYLE.md | 12 * followed by module name: *btn*, *label*, *style* etc. 14 * closed with the subject: *name*, *size*, *state* etc. 16 * prefer `typedef struct` and `typedef enum` instead of `struct name` and `enum name` 116 SKIP=name-of-the-hook git commit 123 pre-commit run name-of-the-hook
|
D | conf.py | 55 # The value should be a valid Pygments lexer name, see Showing code examples for more details. 96 # The name of the Pygments (syntax highlighting) style to use. 162 # Output file base name for HTML help builder. 204 # (source start file, target name, title, 215 # (source start file, name, description, authors, manual section). 225 # (source start file, target name, title, author,
|
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.h | 109 not use, compare with or set the name LCT_MAX_OCTET_VALUE, instead either use 145 Load PNG from disk, from file with given name. 570 char* iccp_name; /* Null terminated string with profile name, 1-79 bytes */ 619 unsigned lodepng_set_icc(LodePNGInfo* info, const char* name, const unsigned char* profile, unsigne… 838 -4 bytes of CRC, computed on chunk name + data 891 In a non-corrupt PNG file, the last chunk should have name "IEND". 1076 [X] better name for the variables "codes", "codesD", "codelengthcodes", "clcl" and "lldl" 1148 -lodepng.c(pp): give it the name lodepng.c or lodepng.cpp (or .cc) depending on your usage 1372 large texts but a larger result on small texts (such as a single program name). 1555 4 bytes type name [all …]
|
/lvgl-3.7.0/.github/ISSUE_TEMPLATE/ |
D | config.yml | 3 - name: Documentation 6 - name: Forum 9 - name: CONTIBUTING.md 12 - name: CODING_STYLE.md
|
/lvgl-3.7.0/scripts/release/ |
D | com.py | 19 def define_set(fn, name, value): argument 20 print("In " + fn + " set " + name + " to " + value) 23 s = r'^ *# *define +' + str(name).rstrip() + ' +' 30 i = d[0] + "define " + name + " " + value
|
/lvgl-3.7.0/src/misc/ |
D | lv_fs.h | 211 * The name of the directories will begin with '/' 241 * @param path pointer to a file name 242 * @return the truncated file name 248 * @param path pointer to a file name
|