Typo in link to GraphicsTest.lua (#1278)

Thank you.
This commit is contained in:
Thomas Mohaupt 2016-05-01 15:42:20 +02:00 committed by Philip Gladstone
parent 9a7a2c4dc3
commit d906538edb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ All other pins can be assigned to any available GPIO:
* D/C
* RES (optional for some displays)
Also refer to the initialization sequence eg in [GraphicsTest.lua](https://github.com/nodemcu/nodemcu-firmware/blob/master/lua_examples/ucglib/GraphicsRest.lua):
Also refer to the initialization sequence eg in [GraphicsTest.lua](https://github.com/nodemcu/nodemcu-firmware/blob/master/lua_examples/ucglib/GraphicsTest.lua):
```lua
spi.setup(1, spi.MASTER, spi.CPOL_LOW, spi.CPHA_LOW, 8, 8)
```