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.
Fork of RA8875 by
Diff: RA8875.cpp
- Revision:
- 135:af519fe4ba91
- Parent:
- 134:f028ed71a0af
- Child:
- 136:224e03d5c31f
diff -r f028ed71a0af -r af519fe4ba91 RA8875.cpp --- a/RA8875.cpp Sun Nov 06 16:46:52 2016 +0000 +++ b/RA8875.cpp Sun Nov 13 02:06:30 2016 +0000 @@ -1163,7 +1163,6 @@ PERFORMANCE_RESET; if (layers == 0) { ret = clsw(FULLWINDOW); - ret = SetTextCursor(0,0); } else if (layers > 3) { ret = bad_parameter; } else { @@ -1178,6 +1177,8 @@ } ret = SelectDrawingLayer(prevLayer); } + ret = SetTextCursor(0,0); + ret = locate(0,0); REGISTERPERFORMANCE(PRF_CLS); return ret; }