for ST7567 LCD

Dependents:   BSM02

Fork of st7565LCD by Masato YAMANISHI

Revision:
2:0e21d2f2155a
Parent:
0:f2eba6cbd093
--- a/st7565LCD.h	Sat Jan 09 12:21:39 2016 +0000
+++ b/st7565LCD.h	Tue Aug 30 11:56:52 2016 +0000
@@ -119,6 +119,8 @@
           uint8_t color);*/
   uint8_t _BV(uint8_t bit);
   uint8_t _nBV(uint8_t bit);
+  
+  void set_spi_frequency(int frequency);
 
 };