MARMEX_OB_oled with Japanese font
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 |
diff -r 9adb08a2910c -r 1106831b0509 MARMEX_OB_oled.h --- 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 */