Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guyc authored Jun 23, 2017
1 parent f8cf95b commit 6589ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SSD1306 OLED Usage
RESET_PIN = 15
DC_PIN = 16
gpio = gaugette.gpio.GPIO()
spi = spi = gaugette.spi.SPI(bus=0, device=0)
spi = gaugette.spi.SPI(bus=0, device=0)
led = gaugette.ssd1306.SSD1306(gpio, spi, reset_pin=RESET_PIN, dc_pin=DC_PIN)
led.begin()
led.clear_display()
Expand Down

0 comments on commit 6589ad6

Please sign in to comment.