parent
9a7a2c4dc3
commit
d906538edb
|
@ -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)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue