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.
Dependents: ME503_VehicleAssembly
Diff: Adafruit_ST7735.cpp
- Revision:
- 7:58d9c26fd03c
- Parent:
- 4:46614318d085
- Child:
- 8:96f8411b85a3
--- a/Adafruit_ST7735.cpp Tue Sep 05 16:41:28 2017 +0000
+++ b/Adafruit_ST7735.cpp Wed Sep 13 20:53:01 2017 +0000
@@ -27,6 +27,7 @@
lcdPort.frequency(10000000);
initR();
setRotation(0);
+ setCursor(0,0);
fillScreen(0x0000);
setTextColor(0xFFFF,0x0000);
}