Skip to content

Commit

Permalink
edison_grove_lcd: add multi-line example
Browse files Browse the repository at this point in the history
  • Loading branch information
toxeus committed Jul 10, 2015
1 parent cc9893d commit 52ed703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/edison_grove_lcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
screen.Clear()
screen.Home()
screen.SetRGB(0, 255, 0)
screen.Write("goodbye")
screen.Write("goodbye\nhave a nice day")
})

screen.Home()
Expand Down

0 comments on commit 52ed703

Please sign in to comment.