TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: TheLastMoon on April 05, 2018, 07:20:58 PM

Title: TinyScreen+ Screen Orientation (Portrait)
Post by: TheLastMoon on April 05, 2018, 07:20:58 PM
Hello all!

I want to change the screen orientation for the TinyScreen+

It is currently landscape, and I wish to change it to portrait. I could not find any rotate method in the cpp file. These are the display.begin(), display.setBrightness(), display.startData(), etc. functions.

I know that I'm going about this incorrectly. But I'm sure that a solution to this would benefit the entire community. It was very surprising to me that no one has brought this up yet. Anyway, I hope this gets enough attention to yield a solution.

Thank you for being there when we needed you most!

Title: Re: TinyScreen+ Screen Orientation (Portrait)
Post by: Tremek on April 19, 2018, 06:18:11 PM
Hello all!

I want to change the screen orientation for the TinyScreen+

It is currently landscape, and I wish to change it to portrait. I could not find any rotate method in the cpp file. These are the display.begin(), display.setBrightness(), display.startData(), etc. functions.

I know that I'm going about this incorrectly. But I'm sure that a solution to this would benefit the entire community. It was very surprising to me that no one has brought this up yet. Anyway, I hope this gets enough attention to yield a solution.

Thank you for being there when we needed you most!

Hi, I also want to display .tsv files in a portrait mode. Can someone advise on how to do this? Thanks!
Title: Re: TinyScreen+ Screen Orientation (Portrait)
Post by: editortom on April 22, 2018, 05:48:52 PM
This may be obvious, but I solved a similar problem by rotating the image in the source file before I converted it to .tsv.



Hi, I also want to display .tsv files in a portrait mode. Can someone advise on how to do this? Thanks!
[/quote]