PCD8544 device descriptor.  
 More...
PCD8544 device descriptor. 
Definition at line 55 of file pcd8544.h.
 
#include <pcd8544.h>
 | 
| spi_t  | spi | 
|   | SPI bus the display is connected to.  
  | 
|   | 
| gpio_t  | cs | 
|   | chip-select pin, low: active  
  | 
|   | 
| gpio_t  | reset | 
|   | reset pin, low: active  
  | 
|   | 
| gpio_t  | mode | 
|   | mode pin: low: cmd mode, high: data mode  
  | 
|   | 
| uint8_t  | inverted | 
|   | internal flag to keep track of inversion state  
  | 
|   | 
◆ cs
chip-select pin, low: active 
Definition at line 57 of file pcd8544.h.
 
 
◆ inverted
      
        
          | uint8_t pcd8544_t::inverted | 
        
      
 
internal flag to keep track of inversion state 
Definition at line 60 of file pcd8544.h.
 
 
◆ mode
mode pin: low: cmd mode, high: data mode 
Definition at line 59 of file pcd8544.h.
 
 
◆ reset
reset pin, low: active 
Definition at line 58 of file pcd8544.h.
 
 
◆ spi
SPI bus the display is connected to. 
Definition at line 56 of file pcd8544.h.
 
 
The documentation for this struct was generated from the following file: