U8g2_for_Adafruit_GFX icon indicating copy to clipboard operation
U8g2_for_Adafruit_GFX copied to clipboard

Add U8g2 fonts to any Adafruit GFX based graphics library.

Results 19 U8g2_for_Adafruit_GFX issues
Sort by recently updated
recently updated
newest added

Really happy to display Umlauts on my ST7789 TFT display! But I am missing some functions from the standard Adafruit GFX? - setTextWrap() (badly missing this one) - fillScreen() (OK,...

Hi, any plans to get this running ona teensy? I get errors where u8g2 for adafruit cant bolt onto the adafruit .gfx function. I am using the teensy ILI9341_t3.h Thanks

Thanks for your big library support. But I had some problem with `"u8g2_font_unifont_t_bengali"` this font. I want to show Bengali word `"আমার"` on my ST7735 display. But it show me...

works fine, except maybe transparent background font mode (or I did not figure out how it should work)

Hi, there seems to be an issue with the new fonts available in the standard u8g2 lib. When using the u8g2_for_Adafruit_GFX i get "***font not defined in this scope". How...

I tried to use your example of printing german unicode on my ili9341 screen and the hello world is written opposite and the umlat itself does not written only the...

This fix optimizes the usage of memory. Fonts are no longer buffered in RAM, instead they are being read directly from Flash. Based on https://github.com/olikraus/u8g2/issues/159 Tested and verified on ESP8266...

there are servral function to set the font postition in the u8g2 library.But it can't use the the U8g2_for_Adafruit_GFX. here is the lost function: `void setFontPosBaseline(void) { u8g2_SetFontPosBaseline(&u8g2); } void...