Home
last modified time | relevance | path

Searched +full:- +full:o (Results 1 – 25 of 135) sorted by relevance

123456

/lvgl-latest/docs/
DREADME_pt_BR.rst4 …sponsors/lvgl" target="_blank"><img align="left" src="https://lvgl.io/github-assets/sponsor.png" h…
31 LVGL - Biblioteca gráfica leve e versátil
50 ---------------
57 setor, como ARM, STM32, NXP, Espressif, Nuvoton, Arduino, RT-Thread,
65 suporte para vários idiomas. Para integrar o LVGL em sua plataforma,
74 e você pode experimentá-lo sem se registrar no site.
78 Nossa equipe está pronta para ajudá-lo com design gráfico, implementação
80 algum suporte durante o desenvolvimento de seu próximo projeto de GUI.
83 ------------
87 - Uma biblioteca C totalmente portátil (compatível com C++) sem
[all …]
/lvgl-latest/scripts/built_in_font/
Dgenerate_all.py6 os.system("./built_in_font_gen.py --size 8 -o lv_font_montserrat_8.c --bpp 4")
9 os.system("./built_in_font_gen.py --size 10 -o lv_font_montserrat_10.c --bpp 4")
12 os.system("./built_in_font_gen.py --size 12 -o lv_font_montserrat_12.c --bpp 4")
15 os.system("./built_in_font_gen.py --size 14 -o lv_font_montserrat_14.c --bpp 4")
18 os.system("./built_in_font_gen.py --size 16 -o lv_font_montserrat_16.c --bpp 4")
21 os.system("./built_in_font_gen.py --size 18 -o lv_font_montserrat_18.c --bpp 4")
24 os.system("./built_in_font_gen.py --size 20 -o lv_font_montserrat_20.c --bpp 4")
27 os.system("./built_in_font_gen.py --size 22 -o lv_font_montserrat_22.c --bpp 4")
30 os.system("./built_in_font_gen.py --size 24 -o lv_font_montserrat_24.c --bpp 4")
33 os.system("./built_in_font_gen.py --size 26 -o lv_font_montserrat_26.c --bpp 4")
[all …]
Dbuilt_in_font_gen.py8 parser = argparse.ArgumentParser(description="""Create fonts for LVGL including the built-in symbol…
9 Example: python built_in_font_gen.py --size 16 -o lv_font_roboto_16.c --bpp 4 -r 0x20-0x7F""", form…
10 parser.add_argument('-s', '--size',
15 parser.add_argument('--bpp',
20 parser.add_argument('-r', '--range',
22 metavar = 'start-end',
23 default=['0x20-0x7F,0xB0,0x2022'],
24 …help='Ranges and/or characters to include. Default is 0x20-7F (ASCII). E.g. -r 0x20-0x7F, 0x200, 3…
25 parser.add_argument('--symbols',
29 help=u'Symbols to include. E.g. -s ÁÉŐ'.encode('utf-8'))
[all …]
/lvgl-latest/examples/libs/rlottie/
Dlv_example_rlottie_approve.json1o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[336,396,0],"ix":2},"a":{"a":0… object
/lvgl-latest/tests/src/test_assets/
Dtest_lottie_approve.json1o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[336,396,0],"ix":2},"a":{"a":0… object
/lvgl-latest/examples/widgets/lottie/
Dlv_example_lottie_approve.json1o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[336,396,0],"ix":2},"a":{"a":0… object
/lvgl-latest/scripts/gen_json/
Dcreate_fake_lib_c.py95-128\n#define SCHAR_MAX 127\n#define CHAR_MIN -128\n#define CHAR_MAX 127\n#define UCHAR_MAX 255\n#…
96-width integer types */\ntypedef int int8_t;\ntypedef int uint8_t;\ntypedef int int16_t;\ntypedef …
99 ('asm-generic/int-ll64.h', ''),
159 file_name = os.path.split(file)[-1]
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h1 // Tencent is pleased to support the open source community by making RapidJSON available->
3 // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved->
6 // in compliance with the License-> You may obtain a copy of the License at
8 // http://opensource->org/licenses/MIT
12 // CONDITIONS OF ANY KIND, either express or implied-> See the License for the
13 // specific language governing permissions and limitations under the License->
60 RAPIDJSON_DIAG_OFF(weak-vtables)
61 RAPIDJSON_DIAG_OFF(exit-time-destructors)
62 RAPIDJSON_DIAG_OFF(c++98-compat-pedantic)
63 RAPIDJSON_DIAG_OFF(variadic-macros)
[all …]
Ddocument.h34 RAPIDJSON_DIAG_OFF(switch-enum)
35 RAPIDJSON_DIAG_OFF(c++98-compat)
113 //! Name-value pair in a JSON object value.
169 …\tparam Encoding Encoding of the value. (Even non-string values need to have the same encoding …
180 pointer-based implementation, if your platform doesn't provide
199 //! Non-constant iterator type
226 \param it (Non-const) iterator to copy from
229 that is "less const". Especially, creating a non-constant iterator
231 \li const -> non-const (not ok)
232 \li const -> const (ok)
[all …]
/lvgl-latest/src/widgets/scale/
Dlv_scale.h132 * Set angular offset from the 3-o'clock position of the low end of the Scale.
135 * @param rotation clockwise angular offset (in degrees) from the 3-o'clock position
139 * - 0 = 3 o'clock (right side)
140 * - 30 = 4 o'clock
141 * - 60 = 5 o'clock
142 * - 90 = 6 o'clock
143 * - 135 = midway between 7 and 8 o'clock (default)
144 * - 180 = 9 o'clock
145 * - 270 = 12 o'clock
146 * - 300 = 1 o'clock
[all …]
/lvgl-latest/src/libs/freetype/
Dftoption.h5 * User-selectable configuration macros (specification only).
7 * Copyright (C) 1996-2022 by
27 * USER-SELECTABLE CONFIGURATION MACROS
31 * this file to build project-specific versions of the library:
33 * - You can modify this file by hand, but this is not recommended in
37 * - You can put a copy of this file in your build directory, more
46 * - Copy the file <ft2build.h> to `$BUILD/ft2build.h` and modify it
47 * slightly to pre-define the macro `FT_CONFIG_OPTIONS_H` used to locate
58 * Note also that you can similarly pre-define the macro
70 /**** G E N E R A L F R E E T Y P E 2 C O N F I G U R A T I O N ****/
[all …]
/lvgl-latest/demos/ebike/assets/
Dfont_gen.py8 print("------------------------------------------------")
11 print("------------------------------------------------\n")
23--no-compress --no-prefilter --bpp 4 --size 14 --font Inter-SemiBold.ttf -r 0x20-0x7F --font {ara…
24--no-compress --no-prefilter --bpp 4 --size 20 --font Inter-SemiBold.ttf -r 0x20-0x7F --font {ara…
26--no-compress --no-prefilter --bpp 4 --size 24 --font TrumpGothicPro.ttf -r 0x20-0x7F --font {ara…
27--no-compress --no-prefilter --bpp 4 --size 40 --font TrumpGothicPro.ttf -r 0x20-0x7F --font {ara…
28 …onv --no-compress --no-prefilter --bpp 4 --size 48 --font TrumpGothicPro.ttf -r 0x20-0x7F --forma…
29 …onv --no-compress --no-prefilter --bpp 4 --size 72 --font TrumpGothicPro.ttf -r 0x20-0x7F --forma…
/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.cpp2 * Copyright (c) 2023 - 2024 the ThorVG project. All rights reserved.
42 if (!comp->expressions) comp->expressions = true; in _expression()
45 inst->code = code; in _expression()
46 inst->comp = comp; in _expression()
47 inst->layer = layer; in _expression()
48 inst->object = object; in _expression()
49 inst->property = property; in _expression()
196 else if (KEY_AS("o")) getValue(outs); in getValue()
233 outPts.push(*(pt - 1) + *(out - 1)); in getValue()
260 …if (!color.input) color.input = new Array<float>(static_cast<LottieGradient*>(context.parent)->col… in getValue()
[all …]
DtvgSwRle.cpp2 * Copyright (c) 2020 - 2024 the ThorVG project. All rights reserved.
28 * ----------------------------
30 * 2006-Jan-27
32 * Copyright 1996-2002, 2006 by
55 * o We don't promise that this software works. However, we will be
58 * o You can use this software for whatever you want, in parts or
59 * full form, without having to pay us. (`royalty-free' usage)
61 * o You may not pretend that you wrote this software. If you use
88 * --------------
109 * The FreeType Project is copyright (C) 1996-2000 by David Turner,
[all …]
DtvgPaint.cpp2 * Copyright (c) 2020 - 2024 the ThorVG project. All rights reserved.
38 switch (paint->type()) { \
39 case Type::Shape: ret = P((Shape*)paint)->METHOD; break; \
40 case Type::Scene: ret = P((Scene*)paint)->METHOD; break; \
41 case Type::Picture: ret = P((Picture*)paint)->METHOD; break; \
42 case Type::Text: ret = P((Text*)paint)->METHOD; break; \
72 renderer->viewport({0, 0, 0, 0}); in _clipRect()
86 auto ptsCnt = shape->pathCoords(&pts); in _compFastTrack()
92 auto& rm = P(cmpTarget)->transform(); in _compFastTrack()
108 …if ((tvg::equal(pt1->x, pt2->x) && tvg::equal(pt2->y, pt3->y) && tvg::equal(pt3->x, pt4->x) && tvg… in _compFastTrack()
[all …]
DtvgLottieModel.cpp2 * Copyright (c) 2023 - 2024 the ThorVG project. All rights reserved.
50 static_cast<LottieGradient*>(pair->obj)->colorStops.release(); in reset()
51 … static_cast<LottieGradient*>(pair->obj)->colorStops = *static_cast<LottieColorStop*>(pair->prop); in reset()
52 static_cast<LottieColorStop*>(pair->prop)->frames = nullptr; in reset()
56 static_cast<LottieSolid*>(pair->obj)->color.release(); in reset()
57 … static_cast<LottieSolid*>(pair->obj)->color = *static_cast<LottieColor*>(pair->prop); in reset()
58 static_cast<LottieColor*>(pair->prop)->frames = nullptr; in reset()
62 static_cast<LottieText*>(pair->obj)->doc.release(); in reset()
63 static_cast<LottieText*>(pair->obj)->doc = *static_cast<LottieTextDoc*>(pair->prop); in reset()
64 static_cast<LottieTextDoc*>(pair->prop)->frames = nullptr; in reset()
[all …]
/lvgl-latest/tests/makefile_uefi/
DMakefile8 CFLAGS = -Werror -I$(LVGL_PATH)/.. -I$(CURDIR) \
9-target $(ARCH)-unknown-windows -ffreestanding -fshort-wchar -mno-red-zone -fno-stack-protector
10 -DLV_CONF_SKIP=1 \
11 -DLV_BUILD_TEST=1 \
12 -DLV_BUILD_EXAMPLES=0 \
13 -DLV_COLOR_DEPTH=32 \
14 -DLV_USE_STDLIB_MALLOC=LV_STDLIB_BUILTIN \
15 -DLV_USE_STDLIB_STRING=LV_STDLIB_BUILTIN \
16 -DLV_USE_STDLIB_SPRINTF=LV_STDLIB_BUILTIN \
17 -DLV_STDINT_INCLUDE=\"efi.h\" \
[all …]
/lvgl-latest/src/libs/thorvg/rapidjson/msinttypes/
Dinttypes.h4 // Copyright (c) 2006-2013 Alexander Chemeris
102 #define PRIo8 "o"
106 #define PRIoLEAST8 "o"
110 #define PRIoFAST8 "o"
205 #define SCNo8 "o"
209 #define SCNoLEAST8 "o"
213 #define SCNoFAST8 "o"
276 // 7.8.2 Functions for greatest-width integer types
300 result.rem -= denom; in imaxdiv()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1 // stb_truetype.h - v1.26htcw (fork to enable streaming and low memory environments)
2 // stb_truetype.h - v1.26 - public domain
3 // authored from 2009-2021 by Sean Barrett / RAD Game Tools
7 // NO SECURITY GUARANTEE -- DO NOT USE THIS ON UNTRUSTED FONT FILES
18 // render glyphs to one-channel bitmaps with antialiasing (box filter)
19 // render glyphs to one-channel SDF bitmaps (signed-distance field/function)
22 // non-MS cmaps
25 // cleartype-style AA?
27 // optimize: build edge-list directly from curves
35 // Daniel Ribeiro Maciel: basic GPOS-based kerning
[all …]
/lvgl-latest/tests/src/test_cases/
Dtest_draw_buf_stride.c56 …snprintf(ref_image, sizeof(ref_image), "draw/temp_%s.o", color_formats[i]); /*Use .o file name so … in test_draw_buf_stride_adjust()
59 … TEST_ASSERT_EQUAL_SCREENSHOT(ref_image); /*Generate the reference image, use .o so git ignore it*/ in test_draw_buf_stride_adjust()
69 const lv_image_header_t header = decoder_dsc.decoded->header; in test_draw_buf_stride_adjust()
78 /* Shrink stride to below minimal stride(by -1 in code below) should fail */ in test_draw_buf_stride_adjust()
79 res = lv_draw_buf_adjust_stride(decoded, min_stride - 1); in test_draw_buf_stride_adjust()
/lvgl-latest/tests/makefile/
DMakefile6 CFLAGS += -Werror -DLV_CONF_SKIP=1 -DLV_BUILD_TEST=1 -I$(LVGL_PATH)/..
7 COBJS := $(patsubst %.c, %.o, $(CSRCS))
10 $(CC) -o $@ $^
/lvgl-latest/docs/details/integration/os/
Dqnx.rst11 system is based on a micro-kernel design, with the file system(s), network
18 ----------------
20 - 64-bit only, runs on x86_64 and ARMv8
21 - Requires an MMU as the design mandates separation among processes
22 - Support for thousands of processes and millions of threads
23 - Up to 64 cores, up to 16TB of RAM
24 - Virtualization support (as host and guest)
25 - Full POSIX compatibility
26 - Safety certification to various automotive, industrial and medical standards
36 ----------------------------
[all …]
/lvgl-latest/src/font/
Dlv_font_unscii_8.c4 …* Opts: --no-compress --no-prefilter --bpp 1 --size 8 --font unscii-8.ttf -r 0x20-0x7F --format lv…
19 /*-----------------
21 *----------------*/
64 /* U+002D "-" */
166 /* U+004F "O" */
262 /* U+006F "o" */
314 /*---------------------
316 *--------------------*/
418 /*---------------------
420 *--------------------*/
[all …]
/lvgl-latest/src/stdlib/builtin/
Dlv_sprintf_builtin.c3 // 2014-2019, PALANDesign Hannover, Germany
151 for(s = str; *s && maxsize--; ++s); in _strnlen_s()
152 return (unsigned int)(s - str); in _strnlen_s()
155 // internal test if char is a digit (0-9)
167 i = i * 10U + (unsigned int)(*((*str)++) - '0'); in _atoi()
172 // output the specified string in reverse, taking care of any zero-padding
188 out(buf[--len], buffer, idx++, maxlen); in _out_rev()
193 while(idx - start_idx < width) { in _out_rev()
208 width--; in _ntoa_format()
221 len--; in _ntoa_format()
[all …]
/lvgl-latest/docs/details/integration/driver/display/
Dgen_mipi.rst6 --------
11 …for the mobile ecosystem, particularly smart phones but including mobile-influenced industries. MI…
15 (Display Command Set). Usually when one talks about a MIPI-compatible display, one thinks of a devi…
16 …faces, like SPI serial, or i8080-compatible parallel interface, which are often used to interface …
19 of that standard command set each LCD controller chip has a number of vendor-specific commands to c…
23 …ntrollers with an SPI or i8080 bus, and provides a common framework for chip-specific display cont…
30 -------------
35 ----------------------
39 .. code-block:: c
47 -----
[all …]

123456