Commit d906538e authored by Thomas Mohaupt's avatar Thomas Mohaupt Committed by Philip Gladstone
Browse files

Typo in link to GraphicsTest.lua (#1278)

Thank you.
parent 9a7a2c4d
...@@ -31,7 +31,7 @@ All other pins can be assigned to any available GPIO: ...@@ -31,7 +31,7 @@ All other pins can be assigned to any available GPIO:
* D/C * D/C
* RES (optional for some displays) * 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 ```lua
spi.setup(1, spi.MASTER, spi.CPOL_LOW, spi.CPHA_LOW, 8, 8) spi.setup(1, spi.MASTER, spi.CPOL_LOW, spi.CPHA_LOW, 8, 8)
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment