Searched refs:screen (Results 1 – 25 of 100) sorted by relevance
1234
/Zephyr-latest/samples/modules/lvgl/screen_transparency/ |
D | README.rst | 1 .. zephyr:code-sample:: lvgl-screen-transparency 2 :name: LVGL screen transparency
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 141 lv_obj_t *screen = lv_img_create(lv_scr_act()); in main() local 155 lv_img_set_src(screen, &video_img); in main() 156 lv_obj_align(screen, LV_ALIGN_BOTTOM_LEFT, 0, 0); in main()
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 10 This sample application displays "Hello World" in the center of the screen 18 in the center of the screen. Otherwise a label widget is displayed. 21 a press/release action to a specific coordinate on screen. In the case 22 of this sample, the coordinates are mapped to the center of the screen. 32 keypad device, a button matrix is displayed at the bottom of the screen
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 66 display_write MUST supply a framebuffer equal in size to screen width 68 height settings of the screen in devicetree should not be modified 69 from their values in the default screen orientation when using this 104 display_write MUST supply a framebuffer equal in size to screen width 106 height settings of the screen in devicetree should not be modified 107 from their values in the default screen orientation when using this
|
D | Kconfig.renesas_ra | 22 - 0 frame buffer maintained by application, must write with full screen pixels.
|
D | Kconfig.stm32_ltdc | 51 - 0 frame buffer maintained by application, must write with full screen pixels.
|
/Zephyr-latest/boards/shields/lcd_par_s035/ |
D | Kconfig.defconfig | 18 # VDB size is 10% of the full screen size
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/doc/ |
D | index.rst | 10 and capacitive touch screen. 125 …4--4inch-wvga-tft-lcd-board-with-mipi-dsi-interface-and-capacitive-touch-screen-stmicroelectronics…
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.memory | 61 Size of the buffer used for rendering screen content as a percentage 113 * Horizontal screen resolution 114 * Vertical screen resolution
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/ |
D | stm32h747i_disco_stm32h747xx_m7.overlay | 8 /* Frame buffer memory when cached causes screen flickering. */
|
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/ |
D | index.rst | 70 Open a serial port using e.g. screen 74 screen /dev/ttyUSB0 115200
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/ |
D | Kconfig.defconfig | 20 # Allocate buffer that is 10% of screen size
|
/Zephyr-latest/boards/st/st25dv_mb1283_disco/ |
D | st25dv_mb1283_disco.dts | 150 screen-width = <240>; 151 screen-height = <320>;
|
/Zephyr-latest/boards/shields/seeed_xiao_round_display/doc/ |
D | index.rst | 10 XIAO development boards. It features a fully covered touch screen on one side,
|
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/ |
D | README.rst | 52 DEBUG: #: clear :Clear screen. 64 DEBUG: #: resize :Console gets terminal screen size or assumes default in case the
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 148 Next, in the same window, use `screen` to connect to the device: 151 $ screen ${DEVICENAME} 115200 155 screen and saved in `output.txt`, in the format of "x,y,z" per line. 160 To exit `screen`, hit +Ctrl\\+A+, immediately followed by the +K+ key,
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | README.rst | 10 if the touch screen works for a board, examine its parameters such as inverted/swapped axes.
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 61 default "xterm -e screen %s &" 72 'gnome-terminal -- screen %s'
|
/Zephyr-latest/boards/shields/seeed_xiao_round_display/ |
D | seeed_xiao_round_display.overlay | 59 * control the screen backlight and as touch controller interrupt.
|
/Zephyr-latest/samples/boards/espressif/spiram_test/ |
D | README.rst | 40 console program (e.g., minicom, putty, screen, etc).
|
/Zephyr-latest/boards/nxp/imx8mq_evk/doc/ |
D | index.rst | 152 This procedure requires ``screen`` and ``lrzsz`` to be installed. 154 Start ``screen``, power up the board, and stop the u-boot execution at prompt: 158 screen <tty-device> 115200
|
/Zephyr-latest/samples/subsys/fs/format/ |
D | README.rst | 47 When the sample runs successfully you should see following message on the screen:
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 31 @media screen and (min-width: 768px) {
|
/Zephyr-latest/boards/st/stm32f429i_disc1/ |
D | stm32f429i_disc1.dts | 168 screen-width = <240>; 169 screen-height = <320>;
|
/Zephyr-latest/samples/net/dns_resolve/ |
D | README.rst | 25 - screen terminal emulator or equivalent. 152 $ screen /dev/ttyACM0 115200
|
1234