Skip to content

Commit

Permalink
optimzed code
Browse files Browse the repository at this point in the history
  • Loading branch information
talkkonnect committed Jan 23, 2021
1 parent 5a812bc commit 934d58c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion commandkeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import (
"bufio"
"bytes"
"fmt"
_ "github.com/talkkonnect/gumble/opus"
"github.com/talkkonnect/volume-go"
"log"
"runtime"
Expand Down
2 changes: 1 addition & 1 deletion display.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ func oledDisplay(OledClear bool, OledRow int, OledColumn int, OledText string) {
}
}

func LcdDisplay(lcdtext_show [4]string, PRSPin int, PEPin int, PD4Pin int, PD5Pin int, PD6Pin int, PD7Pin int, LCDInterfaceType string, LCDI2CAddress byte) {
func LcdDisplay(lcdtextshow [4]string, PRSPin int, PEPin int, PD4Pin int, PD5Pin int, PD6Pin int, PD7Pin int, LCDInterfaceType string, LCDI2CAddress byte) {
go hd44780.LcdDisplay(LcdText, LCDRSPin, LCDEPin, LCDD4Pin, LCDD5Pin, LCDD6Pin, LCDD7Pin, LCDInterfaceType, LCDI2CAddress)
}

0 comments on commit 934d58c

Please sign in to comment.