Home
last modified time | relevance | path

Searched refs:config (Results 1 – 13 of 13) sorted by relevance

/lvgl-3.7.0/
DKconfig9 config LV_CONF_SKIP
13 config LV_CONF_MINIMAL
23 config LV_COLOR_DEPTH_32
25 config LV_COLOR_DEPTH_16
27 config LV_COLOR_DEPTH_8
29 config LV_COLOR_DEPTH_1
33 config LV_COLOR_DEPTH
40 config LV_COLOR_16_SWAP
44 config LV_COLOR_SCREEN_TRANSP
50 config LV_COLOR_MIX_ROUND_OFS
[all …]
/lvgl-3.7.0/examples/others/monkey/
Dlv_example_monkey_2.c7 lv_monkey_config_t config; in lv_example_monkey_2() local
8 lv_monkey_config_init(&config); in lv_example_monkey_2()
9 config.type = LV_INDEV_TYPE_ENCODER; in lv_example_monkey_2()
10 config.period_range.min = 50; in lv_example_monkey_2()
11 config.period_range.max = 500; in lv_example_monkey_2()
12 config.input_range.min = -5; in lv_example_monkey_2()
13 config.input_range.max = 5; in lv_example_monkey_2()
14 lv_monkey_t * monkey = lv_monkey_create(&config); in lv_example_monkey_2()
Dlv_example_monkey_3.c10 lv_monkey_config_t config; in lv_example_monkey_3() local
11 lv_monkey_config_init(&config); in lv_example_monkey_3()
12 config.type = LV_INDEV_TYPE_BUTTON; in lv_example_monkey_3()
13 config.period_range.min = 50; in lv_example_monkey_3()
14 config.period_range.max = 500; in lv_example_monkey_3()
15 config.input_range.min = 0; in lv_example_monkey_3()
16 config.input_range.max = sizeof(btn_points) / sizeof(lv_point_t) - 1; in lv_example_monkey_3()
17 lv_monkey_t * monkey = lv_monkey_create(&config); in lv_example_monkey_3()
Dlv_example_monkey_1.c7 lv_monkey_config_t config; in lv_example_monkey_1() local
8 lv_monkey_config_init(&config); in lv_example_monkey_1()
9 config.type = LV_INDEV_TYPE_POINTER; in lv_example_monkey_1()
10 config.period_range.min = 10; in lv_example_monkey_1()
11 config.period_range.max = 100; in lv_example_monkey_1()
12 lv_monkey_t * monkey = lv_monkey_create(&config); in lv_example_monkey_1()
/lvgl-3.7.0/src/extra/others/monkey/
Dlv_monkey.c23 lv_monkey_config_t config; member
60 void lv_monkey_config_init(lv_monkey_config_t * config) in lv_monkey_config_init() argument
62 lv_memset_00(config, sizeof(lv_monkey_config_t)); in lv_monkey_config_init()
63 config->type = LV_INDEV_TYPE_POINTER; in lv_monkey_config_init()
64 config->period_range.min = MONKEY_PERIOD_RANGE_MIN_DEF; in lv_monkey_config_init()
65 config->period_range.max = MONKEY_PERIOD_RANGE_MAX_DEF; in lv_monkey_config_init()
68 lv_monkey_t * lv_monkey_create(const lv_monkey_config_t * config) in lv_monkey_create() argument
75 monkey->config = *config; in lv_monkey_create()
79 drv->type = config->type; in lv_monkey_create()
83 monkey->timer = lv_timer_create(lv_monkey_timer_cb, monkey->config.period_range.min, monkey); in lv_monkey_create()
[all …]
Dlv_monkey.h54 void lv_monkey_config_init(lv_monkey_config_t * config);
61 lv_monkey_t * lv_monkey_create(const lv_monkey_config_t * config);
/lvgl-3.7.0/docs/get-started/platforms/
Dcmake.md28 # Specify path to own LVGL config header
41 …ved and **lvgl** will be built and linked with it. Since LVGL requires a config header called [lv_…
Despressif.md48 …ith `idf.py menuconfig` in your project root directory, go to `Component config` and then `LVGL co…
/lvgl-3.7.0/docs/porting/
Dproject.md45 Comments in the config file explain the meaning of the options. Be sure to set at least `LV_COLOR_D…
53 …ined, LVGL will not try to include `lv_conf.h`. Instead you can pass the config defines using buil…
/lvgl-3.7.0/docs/get-started/os/
Dnuttx.md52 …e-eabi gperf git libncurses5-dev libtool libusb-dev libusb-1.0.0-dev pkg-config kconfig-frontends …
/lvgl-3.7.0/docs/
DCODING_STYLE.md106 The `format-source` local hook (see `.pre-commit-config.yaml`) runs **astyle** on all the staged so…
DCHANGELOG.md91 - fix(config): fix typo in LV_USE_PERF_MONITOR and LV_USE_MEM_MONITOR [`4403`](https://github.com/l…
445 - fix(config): add LV_GPU_SDL_LRU_SIZE [`3348`](https://github.com/lvgl/lvgl/pull/3348)
450 - fix(config): add LV_LAYER_SIMPLE_BUF_SIZE to Kconfig [`3312`](https://github.com/lvgl/lvgl/pull/3…
451 - fix(config): Keep the sequence of widget in order [`3314`](https://github.com/lvgl/lvgl/pull/3314)
452 - fix(config): fix typo in LV_USE_PERF_MONITOR and LV_USE_MEM_MONITOR [`3313`](https://github.com/l…
688 - feat(Kconfig): add FreeType config [`2846`](https://github.com/littlevgl/lvgl/pull/2846)
805 - fix(config): fix anonymous choice [`71c739c`](https://github.com/littlevgl/lvgl/commit/71c739cc2d…
814 - chore: fix typos in FATFS config [`74091c4`](https://github.com/littlevgl/lvgl/commit/74091c42f7c…
1049 - fix(config): remove the nonexistent Kconfig [`2654`](https://github.com/lvgl/lvgl/pull/2654)
1050 - fix(Kconfig): add LV_MEM_ADDR config [`2653`](https://github.com/lvgl/lvgl/pull/2653)
[all …]
/lvgl-3.7.0/scripts/
DDoxyfile20 # This tag specifies the encoding used for all characters in the config file
1012 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1831 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1842 # similar to doxygen's config file. A template extensions file can be generated