touchgfx::DrawingSurface is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::DrawingSurface struct

@struct DrawingSurface Types.hpp touchgfx/hal/Types.hpp The destination of a draw operation. Contains a pointer to where to draw and the stride of the drawing surface.

Syntax

struct DrawingSurface {     uint16_t* address;                   int32_t stride;                  };

Fields

address

No summary provided. Read more...

stride

No summary provided. Read more...