Searched refs:config (Results 1 – 13 of 13) sorted by relevance
9 config LV_CONF_SKIP13 config LV_CONF_MINIMAL23 config LV_COLOR_DEPTH_3225 config LV_COLOR_DEPTH_1627 config LV_COLOR_DEPTH_829 config LV_COLOR_DEPTH_133 config LV_COLOR_DEPTH40 config LV_COLOR_16_SWAP44 config LV_COLOR_SCREEN_TRANSP50 config LV_COLOR_MIX_ROUND_OFS[all …]
7 lv_monkey_config_t config; in lv_example_monkey_2() local8 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()
10 lv_monkey_config_t config; in lv_example_monkey_3() local11 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()
7 lv_monkey_config_t config; in lv_example_monkey_1() local8 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()
23 lv_monkey_config_t config; member60 void lv_monkey_config_init(lv_monkey_config_t * config) in lv_monkey_config_init() argument62 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() argument75 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 …]
54 void lv_monkey_config_init(lv_monkey_config_t * config);61 lv_monkey_t * lv_monkey_create(const lv_monkey_config_t * config);
28 # Specify path to own LVGL config header41 …ved and **lvgl** will be built and linked with it. Since LVGL requires a config header called [lv_…
48 …ith `idf.py menuconfig` in your project root directory, go to `Component config` and then `LVGL co…
45 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…
52 …e-eabi gperf git libncurses5-dev libtool libusb-dev libusb-1.0.0-dev pkg-config kconfig-frontends …
106 The `format-source` local hook (see `.pre-commit-config.yaml`) runs **astyle** on all the staged so…
91 - 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 …]
20 # This tag specifies the encoding used for all characters in the config file1012 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file1831 # Load stylesheet definitions from file. Syntax is similar to doxygen's config1842 # similar to doxygen's config file. A template extensions file can be generated