diff --git a/tinyterm.go b/tinyterm.go index 7168484..9625fc4 100644 --- a/tinyterm.go +++ b/tinyterm.go @@ -28,6 +28,7 @@ type Displayer interface { drivers.Displayer FillRectangle(x, y, width, height int16, c color.RGBA) error SetScroll(line int16) + SetRotation(rotation drivers.Rotation) error } // Terminal is a terminal interface that can be used on any display