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
2.01k stars 638 forks source link

Support for extended ASCII for font 3x5 and font 5x5 #406

Open vijayprakash1 opened 5 months ago

vijayprakash1 commented 5 months ago

Hi,

I am new to the SSD1306 and trying to develop a code library for the font sizes 3x5 and 5x5 with extended ASCII character support (32 - 255).

I have searched over the internet but have not found any font library available. I wanted to know if someone needs to create their custom font library which tool can use or if is there a font library available with extended ASCII character support that I can use.

Thanks!