Searched full:coordinates (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_button_input.c | 20 const int32_t *coordinates; member 60 lv_indev_set_button_points(data->indev, (const lv_point_t *)cfg->coordinates); in lvgl_button_input_init() 67 DT_INST_PROP_LEN(inst, coordinates), \ 68 "Property coordinates must contain one coordinate per input-code.") 75 static const int32_t lvgl_button_coordinates_##inst[] = DT_INST_PROP(inst, coordinates); \ 80 .coordinates = lvgl_button_coordinates_##inst, \
|
/Zephyr-latest/dts/bindings/input/ |
D | cirque,pinnacle-common.yaml | 31 absolute mode absolute coordinates are reported. 50 In the absolute mode enable clipping of reported coordinates which are 80 In the absolute mode enable scaling of coordinates according to 112 In the relative mode swap X and Y coordinates. This is equivalent for 113 rotating coordinates by 90 degrees.
|
D | st,stmpe811.yaml | 20 Signed raw X axis start for scaling the reported coordinates. 26 Signed raw Y axis start for scaling the reported coordinates. 32 Raw X axis end for scaling the reported coordinates. 38 Raw Y axis end for scaling the reported coordinates.
|
D | zephyr,lvgl-button-input.yaml | 16 coordinates = <120 220>, <150 250>; 33 coordinates:
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | wio_terminal.overlay | 14 coordinates = <160 120>;
|
D | native_posix.overlay | 62 coordinates = <160 120>;
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | README.rst | 9 This sample will draw a small plus in the last touched coordinates, that way you can check
|
/Zephyr-latest/drivers/input/ |
D | input_cf1133.c | 60 /* Offset for coordinates registers */ 199 /* Coordinates are retrieved for one valid touch point detected*/ in cf1133_process() 203 LOG_ERR("Read coordinates failed: %d", ret); in cf1133_process() 207 /* Coordinates for one valid touch point */ in cf1133_process()
|
D | input_xpt2046.c | 149 * Xp is the point in screen coordinates, Xt is the touch coordinates. in xpt2046_work_handler()
|
D | input_ft5336.c | 104 * X, Y coordinates from: in ft5336_process()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | ecc.h | 49 * Verify that the public key is valid, e.g. that its coordinates lie on the eliptic curve.
|
D | hci_ecc.c | 171 /* Convert X and Y coordinates from big-endian (provided in emulate_le_p256_public_key_cmd() 291 /* Convert X and Y coordinates from little-endian HCI to in le_gen_dhkey()
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 22 of this sample, the coordinates are mapped to the center of the screen.
|
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_dl.h | 188 * The range of coordinates is from -16384 to +16383 in terms of 1/16th pixel 202 * @brief Start the operation of graphics primitive at the specified coordinates
|
D | ft8xx_reference_api.h | 390 * The range of coordinates is from -16384 to +16383 in terms of 1/16th pixel 402 * @brief Start the operation of graphics primitive at the specified coordinates
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | draw_rect.c | 107 * Case of including coordinates outside the area
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | main.c | 22 * corner has coordinates (0, 0) and the bottom-right has (4, 4). To make 29 #define PIXEL_SIZE 10 /* Virtual coordinates per real pixel */
|
/Zephyr-latest/dts/bindings/display/ |
D | led-strip-matrix.yaml | 164 These LEDs are mapped to coordinates according to the layout rule in order.
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_nmea0183.c | 418 /* Parse coordinates */ in gnss_nmea0183_parse_rmc() 424 /* Align sign of coordinates with cardinal directions */ in gnss_nmea0183_parse_rmc()
|
/Zephyr-latest/subsys/lorawan/services/ |
D | frag_decoder_lowmem.c | 31 * but that means when mapping the coordinates into the flat representation in matrix_location_to_index()
|
/Zephyr-latest/subsys/fb/ |
D | cfb.c | 346 LOG_ERR("Coordinates outside of framebuffer"); in cfb_invert_area()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | uuid.h | 3014 * @brief GATT Characteristic Chromaticity Coordinates UUID Value 3018 * @brief GATT Characteristic Chromaticity Coordinates 3518 * @brief GATT Characteristic Chromaticity Coordinate (not Coordinates) UUID Value 3522 * @brief GATT Characteristic Chromaticity Coordinate (not Coordinates)
|