Results 1296 comments of olikraus

I have fixed the fonts. New version of the bdf files are here: https://github.com/olikraus/u8g2/tree/master/tools/font/bdf

I also included all these font's into u8g2, so hopefully no extra effort is required.

> I have recreated the github issues on the new repository Sure, no problem...

I have stopped supporting eink displays. There are other / better libs for eink like https://github.com/ZinggJM Moreover U8g2_Arduino is just a release project for u8g2 project. Pull request do not...

I could offer to mention your project in u8g2 gallery page (https://github.com/olikraus/u8g2/wiki/gallery) if you sent me a picture of your eink display. I could then refer to https://github.com/pikot/U8g2_Arduino for all...

Did you check the u8g2 FAQ? (See link on u8g2 wiki home page)

> U8G2_SH1106_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, 33 , 15, U8X8_PIN_NONE); should work and "Wire.begin(33, 15);" would not be required for this. Did you use any existing u8g2 example?

Hmmm I think for hw i2c the reset pin is second argument

My suggestion is to continue with `U8G2_SH1106_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, 33 , 15)` if 33 is the clock input of your display, otherwise use `U8G2_SH1106_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, 15, 33)`. If Adafruit Lib works...

Well, I don't know. I do not see a reason why Adafruit lib works, but u8g2 fails. Are you able to see any activity on the two pins? Is the...