Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 2:18ecda534e06, committed 2014-03-03
- Comitter:
- SomeRandomBloke
- Date:
- Mon Mar 03 22:13:53 2014 +0000
- Parent:
- 1:226fd3534967
- Child:
- 3:5cd5edbf5b72
- Commit message:
- reduced SPI speed to 4MHz
Changed in this revision
| Adafruit_ST7735.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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;