Adafruit ST7735 Library

Dependents:   Adafruit_TFT_Shieldv1_graphicstest Adafruit_TFT_Shieldv1_rotationtest Adafruit_TFT_Shieldv1_shieldtest Solar_Powered_Smart_Camera ... more

Fork of Adafruit_ST7735 by Andrew Lindsay

Revision:
2:18ecda534e06
Parent:
1:226fd3534967
Child:
4:80075830f886
--- a/Adafruit_ST7735.cpp	Thu Aug 15 13:27:10 2013 +0000
+++ b/Adafruit_ST7735.cpp	Mon Mar 03 22:13:53 2014 +0000
@@ -226,7 +226,7 @@
 
     // use default SPI format
     lcdPort.format(8,0);
-    lcdPort.frequency(30000000);     // Lets try 30MHz
+    lcdPort.frequency(4000000);     // Lets try 4MHz
 
     // toggle RST low to reset; CS low so it'll listen to us
     _cs = 0;