Searched full:screen (Results 1 – 25 of 151) sorted by relevance
1234567
/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 | display_dummy.c | 43 "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()
|
D | Kconfig.renesas_ra | 22 - 0 frame buffer maintained by application, must write with full screen pixels.
|
/Zephyr-latest/samples/modules/lvgl/screen_transparency/ |
D | sample.yaml | 2 description: Demonstrating Screen Transparency using LVGL 3 name: LVGL screen transparency
|
D | README.rst | 1 .. zephyr:code-sample:: lvgl-screen-transparency 2 :name: LVGL screen transparency
|
/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/dts/bindings/input/ |
D | st,stmpe811.yaml | 21 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.
|
D | touchscreen-common.yaml | 9 screen-width: 17 screen-height:
|
D | xptek,xpt2046.yaml | 18 description: horizontal resolution of screen 23 description: vertical resolution of screen
|
/Zephyr-latest/tests/lib/gui/lvgl/src/ |
D | main.c | 63 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/ |
D | shell_types.h | 39 uint16_t terminal_hei; /*!< terminal screen height.*/ 40 uint16_t terminal_wid; /*!< terminal screen width.*/
|
/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/subsys/shell/ |
D | shell_vt100.h | 37 /* 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 */
|
D | Kconfig | 174 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/ |
D | Kconfig | 5 int "Screen width to cross horizontal/vertical dimension ratio"
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | main.h | 7 /* Constants for control sizes as a percentage of screen size. */
|
/Zephyr-latest/boards/shields/lcd_par_s035/ |
D | Kconfig.defconfig | 18 # VDB size is 10% of the full screen size
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 61 default "xterm -e screen %s &" 72 'gnome-terminal -- screen %s'
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | Kconfig.defconfig | 70 # 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/ |
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/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/samples/subsys/smf/smf_calculator/ |
D | prj.conf | 31 # Percentage of screen size for a video buffer
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/ |
D | Kconfig.defconfig | 20 # Allocate buffer that is 10% of screen size
|
/Zephyr-latest/dts/bindings/display/ |
D | sharp,ls0xx.yaml | 31 white screen. If defined, the pin will be set high during driver
|
/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()
|
1234567