Browse Source

Typo in link to GraphicsTest.lua (#1278)

Thank you.
Thomas Mohaupt 8 years ago
parent
commit
d906538edb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/modules/ucg.md

+ 1 - 1
docs/en/modules/ucg.md

@@ -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)
 ```