When I saw this new display yesterday I bought it immediately as it looked like it was the perfect fit for a project I'm working on. I'd been looking for a display that would fit inside 3" x 2" for a while, so this really seemed to fit the bill. http://www.adafruit.com/products/797
After placing the order though, I'm questioning whether this display works in landscape or portrait? All the photographs on the product page are in landscape, and the technical details tab on the product page gives the resolution in landscape - "220x176 resolution, 18-bit (262,144) color", and most of the pictures on the tutorial page show the display in landscape orientation.
But the library code on github lists the resolution in portrait -
#define HX8340B_LCDWIDTH 176
#define HX8340B_LCDHEIGHT 220
I'm planning to use this display primarily for text, and it will only work for me if I can use it in landscape orientation.
Is it possible to use the display in landscape? Or is it hardcoded in portrait?
Thanks!
p.s. FWIW if the display is hardwired to work in portrait only, I'd suggest doing all the photos in portrait (or making some kind of bold comment to that effect), otherwise it's misleading. Especially when the technical details give the resolution in landscape.

