C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
struct_RenderArea Struct Reference

data used to compute the render area position in the display framebuffer reference, including the size of the required buffer. More...

#include <ssd1306.h>

Collaboration diagram for struct_RenderArea:
Collaboration graph

Public Attributes

uint8_t start_col {0}
 the pixel x where to start copy of the graphic framebuffer
 
uint8_t end_col { 128 - 1}
 the pixel x where to end copy of the graphic framebuffer
 
uint8_t start_page {0}
 the page number where to start copy of the graphic framebuffer
 
uint8_t end_page { ( 64 / _u(8) )- 1}
 the page number where to end copy of the graphic framebuffer
 
size_t width { 128 }
 the width of the copy area
 
size_t height { 64 }
 the eight of the copy area
 
size_t buflen { ( ( 64 / _u(8) )* 128 )}
 the size of the graphic buffer
 

Detailed Description

data used to compute the render area position in the display framebuffer reference, including the size of the required buffer.


The documentation for this struct was generated from the following file: