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
Revision 150:13745364dba0, committed 2017-08-21
- Comitter:
- ItsJustZi
- Date:
- Mon Aug 21 22:00:31 2017 +0000
- Parent:
- 149:2e25c5989b18
- Commit message:
- Turned SPI frequency back down to 5MHz for lower susceptibility to noise
Changed in this revision
RA8875.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RA8875.h Sat Jul 22 15:06:34 2017 +0000 +++ b/RA8875.h Mon Aug 21 22:00:31 2017 +0000 @@ -73,7 +73,7 @@ #include "RA8875_Regs.h" #include "GraphicsDisplay.h" -#define RA8875_DEFAULT_SPI_FREQ 10000000 +#define RA8875_DEFAULT_SPI_FREQ 5000000 // Define this to enable code that monitors the performance of various // graphics commands.