GLCD Library
A C Library for Embedded Applications
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
glcd_BoundingBox_t Struct Reference

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
 

Detailed Description

Bounding box for pixels that need to be updated.

Definition at line 162 of file glcd.h.

Field Documentation

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().


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