Display N18 Rotation

I was wondering if anyone knows how to rotate the orientation of the N18 Display from portrait. Here is a small sample of my code


display.Initialize(4000);
display.SimpleGraphics.BackgroundColor = Gadgeteer.Color.Blue;
display.SimpleGraphics.DisplayText("Hello World", Resources.GetFont(Resources.FontResources.NinaB), GT.Color.White, 5, 5);

I tried to use the SetLCDRotation, but I got a unhandled exception

Is this possible with this display?

Thanks!

I do not think it is possible.

Welcome to the forum.