From e31c05cc4c784d0824315098c9066711c9c6d66e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 17 May 2015 23:59:44 +0200 Subject: Add orientation flip --- robo.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'robo.go') diff --git a/robo.go b/robo.go index 10b3d25..cc05226 100644 --- a/robo.go +++ b/robo.go @@ -172,7 +172,10 @@ const ( Landscape ) -func (o Orientation) Orientation(c *bufio.Writer) { send(c, "FN", o) } +func (o Orientation) Orientation(c *bufio.Writer) { + orientation = o + send(c, "FN", o) +} type LineStyle int -- cgit v1.2.3