-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Just discovered the OLED simulator app, haven't poked around underlying code yet, but have a feature request.
IIRC, the SSD1306 library allows setting the orientation of the display. In the case of the two tone display (0.96" yellow and blue OLED) the user can set it display normal with the yellow bar on top, inverted with the yellow bar on the bottom, or 'on its side' with the narrow dimension on the top/bottom allowing the yellow bar to be on the left or right sides.
Adding the ability to set orientation, with text following orientation of course, would allow a wider breadth of design options while avoiding the whole compile, fix it, recompile dance the app is intended to spare the user.
Again, I haven't fiddled with the code yet, might have a poke at it at some point, but if someone more skilled at this kind of app code wants to take a crack at it....there it is.