greiman / SSD1306Ascii

Text only Arduino Library for SSD1306 OLED displays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font size

YY87927 opened this issue · comments

commented

Hello,
Is it possible to change the font size?
Cheers, YY

oled.set2X(); will double the font size. https://github.com/greiman/SSD1306Ascii/blob/master/examples/Wire128x64/Wire128x64.ino shows good usage of this.