adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.74k stars 963 forks source link

Character's size #256

Open Semsem-220109 opened 1 year ago

Semsem-220109 commented 1 year ago

Hi, I need to know the size in pixels of the charcters for the size 1, 2, and 3. Thanks

romantomiczek commented 1 year ago

Text size. 1 is default 6x8, 2 is 12x16 and 3 is 18x24

Semsem-220109 commented 1 year ago

Thank's