We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5695aa commit 118a771Copy full SHA for 118a771
1 file changed
hardware/wioterminal.go
@@ -48,7 +48,7 @@ func (z *device) Init() error {
48
backlight.Configure(machine.PinConfig{machine.PinOutput})
49
50
d := ili9341.NewSPI(
51
- *machine.SPI3,
+ machine.SPI3,
52
machine.LCD_DC,
53
machine.LCD_SS_PIN,
54
machine.LCD_RESET,
0 commit comments