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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
13:21eae576159f | 2015-02-26 | tsh | Constructor for nrf version doesn't perform any SPI transactions, need to call configure before using |
12:1404f010d12c | 2015-02-26 | tsh | Call new configure function to initialise display (but this doesn't work) |
11:9ebbb4dd9760 | 2015-02-26 | tsh | no spi inside begin |
10:d9a6a2fede8c | 2015-02-25 | tsh | need begin, if not changing main |
9:bbe01bf9a3ef | 2015-02-25 | tsh | include SPI in gfv, but no gxf instance |
8:971ea27171dd | 2015-02-25 | tsh | all init run, OK |
7:029f4ce1f8b2 | 2015-02-25 | tsh | remove pc printf |
6:7e8a60bcefaf | 2015-02-25 | tsh | stuff |
5:3ddf5a7e6187 | 2015-02-25 | tsh | back to basics. Transfers complete with original pins |
4:9decf12340fa | 2015-02-25 | tsh | constructor unwound, trnasfer stalls |
3:6122dfbc9d9e | 2015-02-25 | tsh | compiles, constructor hangs |
2:7e5609174292 | 2015-02-25 | tsh | Just SPI pins |
1:d9828931e607 | 2015-02-25 | tsh | New transport |
0:057ae71e1b6f | 2015-02-25 | tsh | Basic import |