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.
Diff: TFT_ILI9163C_BASE.cpp
- Revision:
- 11:4dd4a2f7b7f6
- Parent:
- 10:1ebc27775d92
- Child:
- 13:ccf30d6c32b2
--- a/TFT_ILI9163C_BASE.cpp Mon Mar 02 11:38:50 2015 +0000 +++ b/TFT_ILI9163C_BASE.cpp Mon Mar 02 12:01:28 2015 +0000 @@ -292,6 +292,7 @@ void TFT_ILI9163C_BASE::clearScreen(uint16_t color) { + scroll(0); homeAddress(); writedata16burst(color, _GRAMSIZE); }