Home
last modified time | relevance | path

Searched full:screen (Results 1 – 25 of 151) sorted by relevance

1234567

/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
Ddisplay_dummy.c43 "Pitch in descriptor is larger than screen size"); in dummy_display_write()
45 "Height in descriptor is larger than screen size"); in dummy_display_write()
47 "Writing outside screen boundaries in horizontal direction"); in dummy_display_write()
49 "Writing outside screen boundaries in vertical direction"); in dummy_display_write()
DKconfig.renesas_ra22 - 0 frame buffer maintained by application, must write with full screen pixels.
/Zephyr-latest/samples/modules/lvgl/screen_transparency/
Dsample.yaml2 description: Demonstrating Screen Transparency using LVGL
3 name: LVGL screen transparency
DREADME.rst1 .. zephyr:code-sample:: lvgl-screen-transparency
2 :name: LVGL screen transparency
/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/dts/bindings/input/
Dst,stmpe811.yaml21 No effect if screen size is not set.
27 No effect if screen size is not set.
33 No effect if screen size is not set.
39 No effect if screen size is not set.
Dtouchscreen-common.yaml9 screen-width:
17 screen-height:
Dxptek,xpt2046.yaml18 description: horizontal resolution of screen
23 description: vertical resolution of screen
/Zephyr-latest/tests/lib/gui/lvgl/src/
Dmain.c63 zassert_not_null(lv_scr_act(), "No default screen"); in ZTEST()
70 zassert_not_null(default_screen, "No default screen"); in ZTEST()
74 zassert_not_null(new_screen, "Failed to create new screen"); in ZTEST()
80 zassert_equal_ptr(act_screen, new_screen, "New screen not active"); in ZTEST()
88 "Default screen not active"); in ZTEST()
/Zephyr-latest/include/zephyr/shell/
Dshell_types.h39 uint16_t terminal_hei; /*!< terminal screen height.*/
40 uint16_t terminal_wid; /*!< terminal screen width.*/
/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/subsys/shell/
Dshell_vt100.h37 /* Set reverse video on screen */
59 /* Set normal video on screen */
155 /* Clear screen from cursor down */
157 /* Clear screen from cursor down */
159 /* Clear screen from cursor up */
161 /* Clear entire screen */
181 /* Screen alignment display */
DKconfig174 Enables VT100 commands in shell (e.g. cursor position, clear screen etc.).
253 By default shell assumes width of a terminal screen set to 80
254 characters. Each time terminal screen width is changed resize command
255 must be called to ensure correct text display on the terminal screen.
/Zephyr-latest/samples/subsys/input/draw_touch_events/
DKconfig5 int "Screen width to cross horizontal/vertical dimension ratio"
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dmain.h7 /* Constants for control sizes as a percentage of screen size. */
/Zephyr-latest/boards/shields/lcd_par_s035/
DKconfig.defconfig18 # VDB size is 10% of the full screen size
/Zephyr-latest/drivers/serial/
DKconfig.native_posix61 default "xterm -e screen %s &"
72 'gnome-terminal -- screen %s'
/Zephyr-latest/boards/ezurio/bl5340_dvk/
DKconfig.defconfig70 # 2.8" TFT Touch Shield for Arduino w/Capacitive Touch Screen Module
72 # https://www.buydisplay.com/2-8-inch-tft-touch-shield-for-arduino-w-capacitive-touch-screen-module
/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/boards/wemos/esp32s2_lolin_mini/doc/
Dindex.rst70 Open a serial port using e.g. screen
74 screen /dev/ttyUSB0 115200
/Zephyr-latest/samples/subsys/smf/smf_calculator/
Dprj.conf31 # Percentage of screen size for a video buffer
/Zephyr-latest/boards/nxp/rd_rw612_bga/
DKconfig.defconfig20 # Allocate buffer that is 10% of screen size
/Zephyr-latest/dts/bindings/display/
Dsharp,ls0xx.yaml31 white screen. If defined, the pin will be set high during driver
/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()

1234567