Searched refs:scroll (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/samples/boards/bbc/microbit/display/src/ |
D | main.c | 19 static const struct mb_image scroll[] = { variable 95 scroll, ARRAY_SIZE(scroll)); in main() 96 k_sleep(K_SECONDS((ARRAY_SIZE(scroll) + 2))); in main()
|
/Zephyr-latest/drivers/display/ |
D | mb_display.c | 44 uint8_t scroll:3, /* Scroll shift */ member 135 disp->scroll = SCROLL_OFF; in reset_display() 147 if (disp->scroll && disp->first) { in current_img() 195 if (disp->scroll < scroll_steps(disp)) { in update_scroll() 202 img.row[i] = ((i1->row[i] >> disp->scroll) | in update_scroll() 204 disp->scroll))); in update_scroll() 207 disp->scroll++; in update_scroll() 225 disp->scroll = SCROLL_START; in update_scroll() 251 if (disp->scroll) { in update_display_work() 269 disp->scroll = SCROLL_START; in start_scroll()
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 2029 scroll = 0 # Index in 'matches' of the top row of the list 2046 sel_node_i, scroll) 2056 return sel_node_i, scroll 2058 if sel_node_i + 1 >= scroll + _height(matches_win) - _SCROLL_OFFSET \ 2059 and scroll < _max_scroll(matches, matches_win): 2061 return sel_node_i + 1, scroll + 1 2063 return sel_node_i + 1, scroll 2067 return sel_node_i, scroll 2069 if sel_node_i - 1 < scroll + _SCROLL_OFFSET: 2070 return sel_node_i - 1, max(scroll - 1, 0) [all …]
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/ |
D | style.css | 35 scroll-behavior: auto; 44 scroll-behavior: auto;
|
/Zephyr-latest/samples/subsys/display/cfb_shell/ |
D | README.rst | 39 scroll :<dir: (vertical|horizontal)> <col: pos> <row: pos> 119 **scroll**: pass the scroll direction, vertical or horizontal, the initial 122 remaining characters will be displayed in the next line. The text will scroll 124 for vertical direction. The text passed with the scroll command will be moved 132 uart:~$ cfb scroll vertical 60 5 ZEPHYR
|
/Zephyr-latest/doc/_static/js/ |
D | custom.js | 90 $window.scroll(function() { 95 $menu.scroll(function() {
|
/Zephyr-latest/samples/modules/lvgl/demos/ |
D | Kconfig | 54 bool "LVGL scroll demo" 57 Build scroll demo application.
|
D | README.rst | 27 Shows the scroll behaviour of a panel with a large list.
|
D | CMakeLists.txt | 116 ${LVGL_DIR}/demos/scroll/lv_demo_scroll.c
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.css | 35 overflow-y: scroll;
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_mac.rst | 23 and then scroll down to "Developer Tools". Then unlock the lock to be able to
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 454 window.scroll(0, 0); 473 window.scroll(0, 0);
|
/Zephyr-latest/subsys/fb/ |
D | cfb_shell.c | 525 SHELL_CMD(scroll, &sub_cmd_scroll, "scroll a text in vertical or "
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | popper.min.js | 7 …scroll|overlay|hidden/.test(n+o+r)}function y(e,n,o){void 0===o&&(o=!1);var i,a,f=r(n),c=r(n)&&fun…
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 849 .wy-side-scroll { 853 .wy-nav-side .wy-side-scroll .ethical-rtd {
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 341 scroll-margin-top: var(--spacing-large); 1076 overflow-x: scroll;
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2141 # SCROLL In scroll mode, TeX will stop only for missing files to input or if
|