Sylaina/oled-display

textmode DOUBLESIZE still too small

fsaberi opened this issue · 1 comments

Hello. Thank you for this code. I adapted it for the newer Atmega328PB and it is working now. As it has two i2c interfaces.
I have the ssd1306 128x32 oled display. The font size seems to be limited to small and double size:

#elif defined TEXTMODE
if (charMode == DOUBLESIZE) {

But DOUBLESIZE is still too small for me, I would like to increase it so that it fits the height of the screen. Or something just larger than double, maybe 2.5 bigger. Are these easy to do? Could they be added to your code?
thank you.

I updated the code and added a new font to it which is 8x16 and when doubled it is 16x32. I'll close this issue.