SSD1306Ascii icon indicating copy to clipboard operation
SSD1306Ascii copied to clipboard

Font size

Open YY87927 opened this issue 6 years ago • 2 comments

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

YY87927 avatar Dec 29 '19 14:12 YY87927

Yes.

greiman avatar Dec 29 '19 18:12 greiman

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

DirtyEngineer avatar Dec 29 '19 18:12 DirtyEngineer