for ST7567 LCD

Dependents:   BSM02

Fork of st7565LCD by Masato YAMANISHI

Revision:
2:0e21d2f2155a
Parent:
1:29ff79184a05
--- a/st7565LCD.cpp	Sat Jan 09 12:21:39 2016 +0000
+++ b/st7565LCD.cpp	Tue Aug 30 11:56:52 2016 +0000
@@ -392,7 +392,10 @@
     _spi.frequency(1000000);
 }
 
-
+void ST7565::set_spi_frequency(int frequency)
+{
+    _spi.frequency(frequency);
+}
 
 void ST7565::st7565_init(void)
 {