/lvgl-latest/docs/ |
D | README_jp.rst | 78 …e.goog/master/intro/add-lvgl-to-your-project/connecting_lvgl.html?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl… 84 `ウィジェット <https://docs-lvgl-io.translate.goog/master/details/widgets/index.html?_x_tr_sl=en&_x_tr_tl… 87 …gl-io.translate.goog/master/details/base-widget/styles/style.html?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl… 89 `Flexbox <https://docs-lvgl-io.translate.goog/master/layouts/flex.html?_x_tr_sl=en&_x_tr_tl=ja&_x_t… 91 `グリッド <https://docs-lvgl-io.translate.goog/master/layouts/grid.html?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_h… 101 `入力デバイス <https://docs-lvgl-io.translate.goog/master/details/main-components/indev.html?_x_tr_sl=en&… 103 …vgl-io.translate.goog/master/details/main-components/display.html?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl… 107 Binding <https://blog-lvgl-io.translate.goog/2019-02-20/micropython-bindings?_x_tr_sl=en&_x_tr_tl=j… 111 …-io.translate.goog/master/details/integration/building/cmake.html?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl… 113 …o.translate.goog/master/details/integration/ide/pc-simulator.html?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl… [all …]
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.h | 137 void lv_textarea_set_cursor_click_pos(lv_obj_t * obj, bool en); 144 void lv_textarea_set_password_mode(lv_obj_t * obj, bool en); 158 void lv_textarea_set_one_line(lv_obj_t * obj, bool en); 188 void lv_textarea_set_text_selection(lv_obj_t * obj, bool en);
|
D | lv_textarea.c | 503 void lv_textarea_set_cursor_click_pos(lv_obj_t * obj, bool en) in lv_textarea_set_cursor_click_pos() argument 508 ta->cursor.click_pos = en ? 1U : 0U; in lv_textarea_set_cursor_click_pos() 511 void lv_textarea_set_password_mode(lv_obj_t * obj, bool en) in lv_textarea_set_password_mode() argument 516 if(ta->pwd_mode == en) return; in lv_textarea_set_password_mode() 518 ta->pwd_mode = en ? 1U : 0U; in lv_textarea_set_password_mode() 520 if(en) { in lv_textarea_set_password_mode() 572 void lv_textarea_set_one_line(lv_obj_t * obj, bool en) in lv_textarea_set_one_line() argument 577 if(ta->one_line == en) return; in lv_textarea_set_one_line() 579 ta->one_line = en ? 1U : 0U; in lv_textarea_set_one_line() 580 int32_t width = en ? LV_SIZE_CONTENT : lv_pct(100); in lv_textarea_set_one_line() [all …]
|
/lvgl-latest/demos/scroll/ |
D | lv_demo_scroll.c | 23 static lv_obj_t * switch_create(lv_obj_t * parent, const char * title, lv_obj_flag_t flag, bool en); 77 static lv_obj_t * switch_create(lv_obj_t * parent, const char * title, lv_obj_flag_t flag, bool en) in switch_create() argument 91 if(en) { in switch_create()
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 48 https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide 49 https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts 53 MacOS: https://support.apple.com/en-us/HT201749 55 …Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
|
/lvgl-latest/src/core/ |
D | lv_group.h | 130 void lv_group_focus_freeze(lv_group_t * group, bool en); 175 void lv_group_set_wrap(lv_group_t * group, bool en);
|
D | lv_group.c | 278 void lv_group_focus_freeze(lv_group_t * group, bool en) in lv_group_focus_freeze() argument 282 if(en == false) group->frozen = 0; in lv_group_focus_freeze() 336 void lv_group_set_wrap(lv_group_t * group, bool en) in lv_group_set_wrap() argument 339 group->wrap = en ? 1 : 0; in lv_group_set_wrap()
|
/lvgl-latest/.github/ |
D | pull_request_template.md | 11 - Mark the Pull request as [Draft](https://docs.github.com/en/pull-requests/collaborating-with-pull… 12 - When changes were requested, [re-request review](https://docs.github.com/en/pull-requests/collabo… 13 …l Request! Anyone can [approve or request changes](https://docs.github.com/en/pull-requests/collab…
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.h | 189 void lv_scale_set_post_draw(lv_obj_t * obj, bool en); 196 void lv_scale_set_draw_ticks_on_top(lv_obj_t * obj, bool en);
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_chinese.h | 42 void lv_calendar_set_chinese_mode(lv_obj_t * obj, bool en);
|
D | lv_calendar_chinese.c | 115 void lv_calendar_set_chinese_mode(lv_obj_t * obj, bool en) in lv_calendar_set_chinese_mode() argument 118 calendar->use_chinese_calendar = en; in lv_calendar_set_chinese_mode()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lv_wegit.c | 271 void pika_lvgl_dropdown_set_selected_highlight(PikaObj *self, int en){ in pika_lvgl_dropdown_set_selected_highlight() argument 273 lv_dropdown_set_selected_highlight(lv_obj, en); in pika_lvgl_dropdown_set_selected_highlight() 295 void pika_lvgl_label_set_recolor(PikaObj* self, int en) { in pika_lvgl_label_set_recolor() argument 297 lv_label_set_recolor(lv_obj, en); in pika_lvgl_label_set_recolor() 360 void pika_lvgl_textarea_set_one_line(PikaObj* self, int en) { in pika_lvgl_textarea_set_one_line() argument 362 lv_textarea_set_one_line(lv_obj, en); in pika_lvgl_textarea_set_one_line()
|
D | README.md | 11 More document about PikaScript: https://pikadoc.readthedocs.io/en/latest/index.html
|
/lvgl-latest/src/libs/ffmpeg/ |
D | lv_ffmpeg.h | 81 void lv_ffmpeg_player_set_auto_restart(lv_obj_t * obj, bool en);
|
/lvgl-latest/src/widgets/line/ |
D | lv_line.h | 67 void lv_line_set_y_invert(lv_obj_t * obj, bool en);
|
D | lv_line.c | 78 void lv_line_set_y_invert(lv_obj_t * obj, bool en) in lv_line_set_y_invert() argument 83 if(line->y_inv == en) return; in lv_line_set_y_invert() 85 line->y_inv = en ? 1U : 0U; in lv_line_set_y_invert()
|
/lvgl-latest/src/others/monkey/ |
D | lv_monkey.h | 78 void lv_monkey_set_enable(lv_monkey_t * monkey, bool en);
|
D | lv_monkey.c | 92 void lv_monkey_set_enable(lv_monkey_t * monkey, bool en) in lv_monkey_set_enable() argument 95 en ? lv_timer_resume(monkey->timer) : lv_timer_pause(monkey->timer); in lv_monkey_set_enable()
|
/lvgl-latest/src/misc/ |
D | lv_timer.c | 252 void lv_timer_enable(bool en) in lv_timer_enable() argument 254 state.lv_timer_run = en; in lv_timer_enable() 255 if(en) lv_timer_handler_resume(); in lv_timer_enable()
|
D | lv_timer.h | 167 void lv_timer_enable(bool en);
|
/lvgl-latest/docs/details/libs/ |
D | arduino_sd.rst | 13 - https://www.arduino.cc/reference/en/libraries/sd/
|
/lvgl-latest/src/widgets/keyboard/ |
D | lv_keyboard.h | 99 void lv_keyboard_set_popovers(lv_obj_t * kb, bool en);
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.h | 147 void lv_buttonmatrix_set_one_checked(lv_obj_t * obj, bool en);
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 102 …rsion with FSP 5.3. It can be downloaded `here <https://www.renesas.com/us/en/software-tool/flexib… 143 It can be downloaded `here <https://www.renesas.com/us/en/software-tool/e-studio>`__. 146 …- for Windows: `64 bit here <https://www.renesas.com/us/en/document/uid/usb-driver-renesas-mcu-too… 147 …and `32 bit here <https://www.renesas.com/us/en/document/uid/usb-driver-renesas-mcu-toolse2e2-lite… 148 …- for Linux: `here <https://www.renesas.com/us/en/document/swo/e2-emulator-e2-emulator-lite-linux-…
|
/lvgl-latest/src/display/ |
D | lv_display.h | 330 void lv_display_set_antialiasing(lv_display_t * disp, bool en); 536 void lv_display_enable_invalidation(lv_display_t * disp, bool en);
|