|  |  | 
LCD_Buffer used to store data to be printed on the LCD display. More...
#include <LCDDogm1286.h>
| Data Fields | |
| char * | pcBuffer | 
| unsigned int | bufSize | 
| SemaphoreP_Struct | bufMutex | 
LCD_Buffer used to store data to be printed on the LCD display.
A sample structure is shown below:
| char* LCD_Buffer::pcBuffer | 
Ptr to a buffer with data to be transmitted
| unsigned int LCD_Buffer::bufSize | 
Size of the buffer
| SemaphoreP_Struct LCD_Buffer::bufMutex | 
Semaphore associated with the buffer