Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By heckler
#66686 Hi Mike!

I have been using the little 1 inch OLED displays with my esp projects.
The last OLED's I bought are the ones that have two colors fixed on the display where a small section is Yellow and the rest is Blue, like this one...
http://www.ebay.com/itm/0-96-I2C-IIC-12 ... 2346607592

But when I write to the display from the esp module the text is upside down, which makes the Yellow part of the display on the bottom instead of the top.

Would it be possible to allow the user to specify text orientation in the OLED commands??

Also would it be possible to have more choices for FONT size??
currently we are limited to 10 , 16 or 24

thanks
dwight
User avatar
By Mmiscool
#66687 Unfortunately the fonts are stored as bitmaps and not vectors so dynamic scaling is not possible right now.

If i were to include more fonts the binary size would increase.