GLCD Library
A C Library for Embedded Applications
|
Bounding box for pixels that need to be updated. More...
#include <glcd.h>
Data Fields | |
uint8_t | x_max |
uint8_t | x_min |
uint8_t | y_max |
uint8_t | y_min |
uint8_t x_max |
Definition at line 165 of file glcd.h.
Referenced by glcd_bbox_refresh(), glcd_reset_bbox(), and glcd_update_bbox().
uint8_t x_min |
Definition at line 163 of file glcd.h.
Referenced by glcd_bbox_refresh(), glcd_reset_bbox(), and glcd_update_bbox().
uint8_t y_max |
Definition at line 166 of file glcd.h.
Referenced by glcd_bbox_refresh(), glcd_reset_bbox(), and glcd_update_bbox().
uint8_t y_min |
Definition at line 164 of file glcd.h.
Referenced by glcd_bbox_refresh(), glcd_reset_bbox(), and glcd_update_bbox().