Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 100) sorted by relevance

1234

/Zephyr-latest/samples/modules/lvgl/screen_transparency/
DREADME.rst1 .. zephyr:code-sample:: lvgl-screen-transparency
2 :name: LVGL screen transparency
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/
Dmain.c141 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/
DREADME.rst10 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/
DKconfig.mcux_elcdif66 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
DKconfig.renesas_ra22 - 0 frame buffer maintained by application, must write with full screen pixels.
DKconfig.stm32_ltdc51 - 0 frame buffer maintained by application, must write with full screen pixels.
/Zephyr-latest/boards/shields/lcd_par_s035/
DKconfig.defconfig18 # VDB size is 10% of the full screen size
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/doc/
Dindex.rst10 and capacitive touch screen.
125 …4--4inch-wvga-tft-lcd-board-with-mipi-dsi-interface-and-capacitive-touch-screen-stmicroelectronics…
/Zephyr-latest/modules/lvgl/
DKconfig.memory61 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/
Dstm32h747i_disco_stm32h747xx_m7.overlay8 /* Frame buffer memory when cached causes screen flickering. */
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/
Dindex.rst70 Open a serial port using e.g. screen
74 screen /dev/ttyUSB0 115200
/Zephyr-latest/boards/nxp/rd_rw612_bga/
DKconfig.defconfig20 # Allocate buffer that is 10% of screen size
/Zephyr-latest/boards/st/st25dv_mb1283_disco/
Dst25dv_mb1283_disco.dts150 screen-width = <240>;
151 screen-height = <320>;
/Zephyr-latest/boards/shields/seeed_xiao_round_display/doc/
Dindex.rst10 XIAO development boards. It features a fully covered touch screen on one side,
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst52 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/
DREADME.md148 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/
DREADME.rst10 if the touch screen works for a board, examine its parameters such as inverted/swapped axes.
/Zephyr-latest/drivers/serial/
DKconfig.native_posix61 default "xterm -e screen %s &"
72 'gnome-terminal -- screen %s'
/Zephyr-latest/boards/shields/seeed_xiao_round_display/
Dseeed_xiao_round_display.overlay59 * control the screen backlight and as touch controller interrupt.
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst40 console program (e.g., minicom, putty, screen, etc).
/Zephyr-latest/boards/nxp/imx8mq_evk/doc/
Dindex.rst152 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/
DREADME.rst47 When the sample runs successfully you should see following message on the screen:
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css31 @media screen and (min-width: 768px) {
/Zephyr-latest/boards/st/stm32f429i_disc1/
Dstm32f429i_disc1.dts168 screen-width = <240>;
169 screen-height = <320>;
/Zephyr-latest/samples/net/dns_resolve/
DREADME.rst25 - screen terminal emulator or equivalent.
152 $ screen /dev/ttyACM0 115200

1234