This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #ifndef PCD8544_H_ | |
| #define PCD8544_H_ | |
| #define PCD8544_POWERDOWN 0x04 | |
| #define PCD8544_ENTRYMODE 0x02 | |
| #define PCD8544_EXTENDEDINSTRUCTION 0x01 | |
| #define PCD8544_DISPLAYBLANK 0x0 | |
| #define PCD8544_DISPLAYNORMAL 0x4 | |
| #define PCD8544_DISPLAYALLON 0x1 |