aboutsummaryrefslogtreecommitdiff
path: root/cmd/drawtext/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/drawtext/main.go')
-rw-r--r--cmd/drawtext/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/drawtext/main.go b/cmd/drawtext/main.go
index 251cd7a..f05a251 100644
--- a/cmd/drawtext/main.go
+++ b/cmd/drawtext/main.go
@@ -13,7 +13,7 @@ var scale = flag.Float64("scale", 1.0, "font scale")
func main() {
flag.Parse()
- dev, err := robo.NewDevice()
+ dev, err := robo.Open()
if err != nil {
log.Fatal(err)
}