ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.98k stars 636 forks source link

Text arrange up/down #346

Closed Fredy-1 closed 2 years ago

Fredy-1 commented 3 years ago

Hello! I have a question: I wroted this:

display.setFont(ArialMT_Plain_10); display.setColor(BLACK); display.drawString(38, 0, "MAIN MENU");

But the MAIN MENU text is start at pixel ~4 (Y), i try some other fonts but the problem still exist. There was any solution to arrange text up down middle? (Sry My English isn't as good as I would like it to be.) IMG_20210517_202706

Fredy-1 commented 3 years ago

Any idea?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.