メイン・コンテンツまでスキップ

DrawingSurface

touchgfx/hal/Types.hpp

The destination of a draw operation. Contains a pointer to where to draw and the stride of the drawing surface.

Public Attributes

uint16_t *address
The bits.
int32_tstride
The stride.

Public Attributes Documentation

address

uint16_t * address

The bits.

stride

int32_t stride

The stride.