data used to compute the render area position in the display framebuffer reference, including the size of the required buffer.
More...
#include <ssd1306.h>
|
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
|
|
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: