Sylaina / oled-display

Library for OLED-displays runs on AVR
GNU General Public License v3.0
119 stars 28 forks source link

textmode DOUBLESIZE still too small #11

Closed fsaberi closed 1 year ago

fsaberi commented 1 year ago

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.

fsaberi commented 1 year ago

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.