Home
last modified time | relevance | path

Searched full:coordinate (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h186 * @brief Start the operation of graphics primitives at the specified coordinate
189 * units. The negative x coordinate value means the coordinate in the left
190 * virtual screen from (0, 0), while the negative y coordinate value means the
191 * coordinate in the upper virtual screen from (0, 0). If drawing on the
192 * negative coordinate position, the drawing operation will not be visible.
194 * @param x Signed x-coordinate in 1/16 pixel precision
195 * @param y Signed y-coordinate in 1/16 pixel precision
211 * @param x x-coordinate in pixels, from 0 to 511
212 * @param y y-coordinate in pixels, from 0 to 511
Dft8xx_reference_api.h182 * @param x x-coordinate of text base, in pixels
183 * @param y y-coordinate of text base, in pixels
209 * @param x x-coordinate of text base, in pixels
210 * @param y y-coordinate of text base, in pixels
388 * @brief Start the operation of graphics primitives at the specified coordinate
391 * units. The negative x coordinate value means the coordinate in the left
392 * virtual screen from (0, 0), while the negative y coordinate value means the
393 * coordinate in the upper virtual screen from (0, 0). If drawing on the
394 * negative coordinate position, the drawing operation will not be visible.
396 * @param x Signed x-coordinate in 1/16 pixel precision
[all …]
Dft8xx_copro.h91 * @param x x-coordinate of text base, in pixels
92 * @param y y-coordinate of text base, in pixels
116 * @param x x-coordinate of text base, in pixels
117 * @param y y-coordinate of text base, in pixels
/Zephyr-latest/dts/bindings/input/
Dtouchscreen-common.yaml13 Horizontal resolution of touchscreen (maximum x coordinate reported + 1). The default
21 Vertical resolution of touchscreen (maximum y coordinate reported + 1). The default
Dcirque,pinnacle-common.yaml97 In the absolute mode invert X coordinate.
102 In the absolute mode invert Y coordinate.
/Zephyr-latest/include/zephyr/dt-bindings/input/
Dinput-event-codes.h26 #define INPUT_EV_REL 0x02 /**< Relative coordinate event */
27 #define INPUT_EV_ABS 0x03 /**< Absolute coordinate event */
248 #define INPUT_ABS_X 0x00 /**< Absolute X coordinate */
249 #define INPUT_ABS_Y 0x01 /**< Absolute Y coordinate */
250 #define INPUT_ABS_Z 0x02 /**< Absolute Z coordinate */
258 #define INPUT_REL_DIAL 0x07 /**< Relative dial coordinate */
259 #define INPUT_REL_HWHEEL 0x06 /**< Relative horizontal wheel coordinate */
260 #define INPUT_REL_MISC 0x09 /**< Relative misc coordinate */
264 #define INPUT_REL_WHEEL 0x08 /**< Relative wheel coordinate */
265 #define INPUT_REL_X 0x00 /**< Relative X coordinate */
[all …]
/Zephyr-latest/include/zephyr/display/
Dssd16xx.h34 * @param x Coordinate relative to the upper left corner
35 * @param y Coordinate relative to the upper left corner
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dmain.c23 * the game dynamics more natural, the uses a virtual 50x50 coordinate
33 #define PADDLE_ROW 4 /* Real Y coordinate of the paddle */
34 #define PADDLE_MIN 0 /* Minimum paddle real X coordinate */
35 #define PADDLE_MAX 3 /* Maximum paddle real X coordinate */
39 #define BALL_POS_X_MIN 0 /* Maximum ball X coordinate */
40 #define BALL_POS_X_MAX 49 /* Maximum ball X coordinate */
41 #define BALL_POS_Y_MIN 0 /* Maximum ball Y coordinate */
42 #define BALL_POS_Y_MAX 39 /* Maximum ball Y coordinate */
97 /* X coordinate of the left corner of the paddle */
/Zephyr-latest/include/zephyr/input/
Dinput_touch.h80 * @param x X coordinate as reported by the controller
81 * @param y Y coordinate as reported by the controller
Dinput.h33 * press for a single button, or an absolute or relative coordinate for a
/Zephyr-latest/drivers/input/
Dinput_gt911.c72 uint8_t low_x; /*!< Low byte of x coordinate. */
73 uint8_t high_x; /*!< High byte of x coordinate. */
74 uint8_t low_y; /*!< Low byte of y coordinate. */
75 uint8_t high_y; /*!< High byte of x coordinate. */
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h239 * @param x x Coordinate of the upper left corner where to write the buffer
240 * @param y y Coordinate of the upper left corner where to write the buffer
261 * @param x x Coordinate of the upper left corner where to read from
262 * @param y y Coordinate of the upper left corner where to read from
/Zephyr-latest/modules/lvgl/input/
Dlvgl_button_input.c68 "Property coordinates must contain one coordinate per input-code.")
/Zephyr-latest/subsys/bluetooth/host/
Decc.h11 /** Length of a Bluetooth ECC public key coordinate. */
Dhci_ecc.c125 * the beginning of the buffer which is not part of the coordinate so in generate_keys()
/Zephyr-latest/samples/subsys/display/lvgl/
DREADME.rst21 a press/release action to a specific coordinate on screen. In the case
/Zephyr-latest/doc/services/resource_management/
Dindex.rst6 There are various situations where it's necessary to coordinate resource
/Zephyr-latest/doc/project/
Dproject_roles.rst219 * Responsibility to coordinate code merges with maintainers.
253 * Right to manage and coordinate all code merges after the
255 * Responsibility to drive and coordinate the triaging process
261 * Responsibility to coordinate with QA and validation and
Dtsc.rst69 coordinate project releases, ensuring timely delivery and quality assurance.
/Zephyr-latest/drivers/display/
Ddisplay_rm67162.c408 /* First two bytes are starting X coordinate */ in rm67162_write()
412 /* Second two bytes are ending X coordinate */ in rm67162_write()
422 /* First two bytes are starting Y coordinate */ in rm67162_write()
426 /* Second two bytes are ending X coordinate */ in rm67162_write()
Ddisplay_renesas_ra.c339 .layer[0] = {.coordinate = {.x = 0, .y = 0}, \
346 .layer[1] = {.coordinate = {.x = 0, .y = 0}, \
Dssd16xx.c48 /* Width (bits) of integer type representing an x coordinate */
50 /* Width (bits) of integer type representing a y coordinate */
347 LOG_ERR("Y coordinate not multiple of %d", EPD_PANEL_NUMOF_ROWS_PER_PAGE); in ssd16xx_set_window()
367 LOG_ERR("X coordinate not multiple of %d", SSD16XX_PIXELS_PER_BYTE); in ssd16xx_set_window()
Dls0xx.c198 LOG_ERR("X-coordinate has to be 0"); in ls0xx_write()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dcsip.h26 * The Coordinated Set Identification Profile (CSIP) provides procedures to discover and coordinate
73 /* Coordinate Set Identification Service Error codes */
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c134 /* Coordinate transfer lock with the spi rx thread */ in spi_send()

12