Best Way to Get a Landscape Display
I've got a Multimedia Expansion Board (Has a touch screen). I need to have a display that is in a portrait format. There isn't an obvious way to configure my code to run this way (the default is landscape). I figure there are two options:
1) Change the defines and use a different screen orientation, then remap the touch controls. I've dabbled in this, but it seems messy and doesn't give me a correct looking screen.
2) When designing the GUI using GDD, design sideways, so that it is already in a landscape format. The problem with this is that I can't get the text to rotate correctly. I've tried using the SetFontOrientation() macro, but the text doesn't seem to end up inside the buttons as I want it to.
Any suggestions as to the best way to solve this problem?
Thanks.