olikraus / ucglib

Arduino True Color Library for TFTs and OLEDs
https://github.com/olikraus/ucglib/wiki
Other
261 stars 76 forks source link

Ucg can't show U8g2 fonts and vice versa #88

Closed Devilscave closed 6 years ago

Devilscave commented 6 years ago

After the troubleshooting whit the Ucg und U8g2 Lips in the same sketch, now i have a new mistake. I have own fonts in my sketch, but the Ucg display can not show you. Are Ucg Fonts Combined Differently? Do I need two for that? Or is the mistake in the Main line? _"static const uint8_t Corpo141[989] U8G2_FONTSECTION("Corpo141") ="

u8g2.setFont(Corpo141); <----- works ucg.setFont(Corpo141); <----- works not

How can i fix this, i have no memory for more fonts.

Devilscave commented 6 years ago

OK i found the new bdfconv.exe , then i have to create new ones.