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: MARMEX_OB_oled_J_Helloworld mbed_strscroll
Revision 1:1106831b0509, committed 2013-02-16
- Comitter:
- diasea
- Date:
- Sat Feb 16 15:12:52 2013 +0000
- Parent:
- 0:9adb08a2910c
- Commit message:
- modify SPI_FREQUENCY = 16000000
Changed in this revision
| MARMEX_OB_oled.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MARMEX_OB_oled.h Fri Feb 01 11:50:26 2013 +0000
+++ b/MARMEX_OB_oled.h Sat Feb 16 15:12:52 2013 +0000
@@ -83,7 +83,8 @@
COLS = 16, /**< # of columns (width) for displaying characters */
WIDTH = 128, /**< screen width [pixels] */
HEIGHT = 128, /**< screen height [pixels] */
- SPI_FREQUENCY = 20000000 /**< SPI (sclk) SPI_FREQUENCY */
+// SPI_FREQUENCY = 20000000 /**< SPI (sclk) SPI_FREQUENCY */
+ SPI_FREQUENCY = 16000000 /**< SPI (sclk) SPI_FREQUENCY */
};
/** Constants for power() function */