45 #define ST7565R_DISPLAY_ON 0b10101111     
   46 #define ST7565R_DISPLAY_OFF 0b10101110    
   47 #define ST7565R_PAGE_ADDRESS_SET 0b10110000       
   48 #define ST7565R_COLUMN_ADDRESS_SET_LOWER 0x00  
   49 #define ST7565R_COLUMN_ADDRESS_SET_UPPER 0x10  
   50 #define ST7565R_DISPLAY_NORMAL 0b10100100 
   51 #define ST7565R_DISPLAY_ALL_ON 0b10100101 
   52 #define ST7565R_NORMAL  0b10100000 
   53 #define ST7565R_REVERSE 0b10100001 
   54 #define ST7565R_RESET   0b11100010 
   55 #define ST7565R_SET_START_LINE (1<<6) 
void glcd_set_column_upper(uint8_t addr)
 
void glcd_all_on(void)
All display points on (native) 
 
void glcd_set_start_line(uint8_t addr)
Set start line/page. 
 
void glcd_clear_now(void)
Clear the display immediately, does not buffer. 
 
void glcd_pattern(void)
Show a black and white line pattern on the display. 
 
void glcd_normal(void)
Set to normal mode. 
 
void glcd_set_column_lower(uint8_t addr)