I have a problem when i am using Adafruit_SSD1306 to render text with swedish “ÅÄÖ” any solutions to this?
You’d need to “redesign” the font used by Adafruit_GFX to substitute the respective en/us ASCII characters.
It’s defined in Adafruit_GFX.cpp
as static const unsigned char font[] = { ... }
1 Like