Home
last modified time | relevance | path

Searched refs:y_offset (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/display/
Ddisplay_st7789v.c52 uint16_t y_offset; member
62 uint16_t x_offset, uint16_t y_offset) in st7789v_set_lcd_margins() argument
67 data->y_offset = y_offset; in st7789v_set_lcd_margins()
122 uint16_t ram_y = y + data->y_offset; in st7789v_set_mem_area()
245 data->y_offset);
405 .y_offset = DT_INST_PROP(inst, y_offset), \
Ddisplay_st7735r.c59 uint16_t y_offset; member
63 uint16_t x_offset, uint16_t y_offset) in st7735r_set_lcd_margins() argument
68 data->y_offset = y_offset; in st7735r_set_lcd_margins()
151 uint16_t ram_y = y + data->y_offset; in st7735r_set_mem_area()
313 st7735r_set_lcd_margins(dev, data->x_offset, data->y_offset); in st7735r_lcd_init()
525 .y_offset = DT_INST_PROP(inst, y_offset), \
Ddisplay_ist3931.c37 uint8_t y_offset; member
143 uint8_t cmd_buf1 = IST3931_CMD_SET_AY_ADD_LSB | ((config->y_offset + y) & 0x0F); in ist3931_driver_set_ay()
144 uint8_t cmd_buf2 = IST3931_CMD_SET_AY_ADD_MSB | ((config->y_offset + y) >> 4); in ist3931_driver_set_ay()
283 .y_offset = DT_INST_PROP(inst, y_offset), \
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py94 height = fh_max + args.y_offset
97 height = 8 * int((fh_max + args.y_offset + 7) / 8)
119 ypos = args.y_offset