Searched full:coordinate (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_dl.h | 186 * @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
|
D | ft8xx_reference_api.h | 182 * @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 …]
|
D | ft8xx_copro.h | 91 * @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/ |
D | touchscreen-common.yaml | 13 Horizontal resolution of touchscreen (maximum x coordinate reported + 1). The default 21 Vertical resolution of touchscreen (maximum y coordinate reported + 1). The default
|
D | cirque,pinnacle-common.yaml | 97 In the absolute mode invert X coordinate. 102 In the absolute mode invert Y coordinate.
|
/Zephyr-latest/include/zephyr/dt-bindings/input/ |
D | input-event-codes.h | 26 #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/ |
D | ssd16xx.h | 34 * @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/ |
D | main.c | 23 * 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/ |
D | input_touch.h | 80 * @param x X coordinate as reported by the controller 81 * @param y Y coordinate as reported by the controller
|
D | input.h | 33 * press for a single button, or an absolute or relative coordinate for a
|
/Zephyr-latest/drivers/input/ |
D | input_gt911.c | 72 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/ |
D | display.h | 239 * @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/ |
D | lvgl_button_input.c | 68 "Property coordinates must contain one coordinate per input-code.")
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | ecc.h | 11 /** Length of a Bluetooth ECC public key coordinate. */
|
D | hci_ecc.c | 125 * the beginning of the buffer which is not part of the coordinate so in generate_keys()
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 21 a press/release action to a specific coordinate on screen. In the case
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 6 There are various situations where it's necessary to coordinate resource
|
/Zephyr-latest/doc/project/ |
D | project_roles.rst | 219 * 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
|
D | tsc.rst | 69 coordinate project releases, ensuring timely delivery and quality assurance.
|
/Zephyr-latest/drivers/display/ |
D | display_rm67162.c | 408 /* 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()
|
D | display_renesas_ra.c | 339 .layer[0] = {.coordinate = {.x = 0, .y = 0}, \ 346 .layer[1] = {.coordinate = {.x = 0, .y = 0}, \
|
D | ssd16xx.c | 48 /* 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()
|
D | ls0xx.c | 198 LOG_ERR("X-coordinate has to be 0"); in ls0xx_write()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | csip.h | 26 * 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/ |
D | main.c | 134 /* Coordinate transfer lock with the spi rx thread */ in spi_send()
|
12