Maybe I missed something. I recently got a MicroMod Input + Diaplay carrier and an ESP32 processor board. I’ve run through the Examples mentioned in both Hookup Guides, all of which seem to use HyperDisplay. They all seem to have only “portrait” mode. Looking through the .h files, I can’t see anything suggesting “orientation”, though there are some things in the 2D graphics that talk about rotation, but it doesn’t look like that is what I’m looking for. I just want to display in “landscape” mode – that is, wider than tall – and in this case I’ll be happy if the row of LEDs is on the bottom.
I’ve looked through ALEX THE GIANT’s code for his calendar display described in [the July 27th blog, which uses Adafruit’s Adafruit_GFX and Adafruit_ILI9341 libraries instead of HyperDisplay. After ripping out a bunch of stuff that’s superfluous for my use, I did get it to display in “landscape” mode. The downside is that GFX doesn’t seem to support the concept of “windows” – that is, breaking up the “canvas” into smaller pieces. HyperDisplay can do this, but if it can’t readily support landscape mode, I’ll have to live without windows.](MicroMod Calendar - News - SparkFun Electronics)