Demo of Adafruit_SSD1306 graphics library and SPI interface on RedBear NANO nRF51822 board
Dependencies: Adafruit_GFX_nano SPI_Demo_Nano
This is a test of the RedBear nano board and the Adafruit oled display. Currently not working because of some problem with the SPI driver which I can't understand.
Revision 13:21eae576159f, committed 2015-02-26
- Comitter:
- tsh
- Date:
- Thu Feb 26 11:32:41 2015 +0000
- Parent:
- 12:1404f010d12c
- Commit message:
- Constructor for nrf version doesn't perform any SPI transactions, need to call configure before using
Changed in this revision
Adafruit_GFX.lib | Show annotated file Show diff for this revision Revisions of this file |
SPI_Demo_Nano.lib | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1404f010d12c -r 21eae576159f Adafruit_GFX.lib --- a/Adafruit_GFX.lib Thu Feb 26 11:28:54 2015 +0000 +++ b/Adafruit_GFX.lib Thu Feb 26 11:32:41 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/nkhorman/code/Adafruit_GFX/#6fc21acc8311 +http://developer.mbed.org/users/tsh/code/Adafruit_GFX_nano/#6fc21acc8311
diff -r 1404f010d12c -r 21eae576159f SPI_Demo_Nano.lib --- a/SPI_Demo_Nano.lib Thu Feb 26 11:28:54 2015 +0000 +++ b/SPI_Demo_Nano.lib Thu Feb 26 11:32:41 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/RedBearLab/code/SPI_Demo_Nano/#b625bd197a22 +http://developer.mbed.org/users/tsh/code/SPI_Demo_Nano/#b625bd197a22