nrf_gfx_line_t

nRF5 SDK v15.0.0

GFX line object structure. More...

#include <nrf_gfx.h>

Data Fields

uint16_t x_start
uint16_t y_start
uint16_t x_end
uint16_t y_end
uint16_t thickness

Detailed Description

GFX line object structure.

Field Documentation

uint16_t nrf_gfx_line_t::thickness

Thickness of the border of the object.

uint16_t nrf_gfx_line_t::x_end

Horizontal coordinate of the point where to end drawing the object.

uint16_t nrf_gfx_line_t::x_start

Horizontal coordinate of the point where to start drawing the object.

uint16_t nrf_gfx_line_t::y_end

Vertical coordinate of the point where to end drawing the object.

uint16_t nrf_gfx_line_t::y_start

Vertical coordinate of the point where to start drawing the object.

  • components/libraries/gfx/nrf_gfx.h