#include <LCD_driver.h>
Definition at line 48 of file LCD_driver.h.
Data Fields | |
| unsigned char | allFields |
| unsigned char | unused: 6 |
| volatile unsigned char | updateComplete: 1 |
| volatile unsigned char | updateRequired: 1 |
|
|
Definition at line 49 of file LCD_driver.h. |
|
|
to the LCD Data Registers. Can be used to determine if LCD_displayData is ready for new data. Definition at line 57 of file LCD_driver.h. |
|
|
to the LCD Data Registers.C an be used to block LCD updating, while updating LCD_displayData. Indicates that the LCD_displayData has been latched Definition at line 54 of file LCD_driver.h. Referenced by LCD_SOF_interrupt(), LCD_timerDelay(), and main(). |
|
|
Indicates that the LCD_displayData should be latched Definition at line 51 of file LCD_driver.h. Referenced by LCD_SOF_interrupt(), LCD_timerDelay(), and main(). |
1.4.5