-->
Page 1 of 1

OLED functionality improvements

PostPosted: Sat Jun 03, 2017 11:46 am
by heckler
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

Re: OLED functionality improvements

PostPosted: Sat Jun 03, 2017 11:51 am
by Mmiscool
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.