martix90

Results 6 comments of martix90

Hi @Edzelf, first thank you very much for your answer. I just noticed I'm in the wrong project with my question (I'm using an ESP32) - but I think you...

Wow - I'm really impressed with how fast you did the refactoring of the oled drivers. I will try it as soon as possible :) Thank you so much!

Hi @Edzelf, I've just tested it. It's a lot better but not yet quite right. The lines seem to start at different columns Maybe an off-by-one error? ![IMG_20210220_105243](https://user-images.githubusercontent.com/516083/108591692-4a95f000-736a-11eb-96a0-01d76cd94eb2.jpg)

Hi @Edzelf , I now tried all three models (OLED1306, OLED1309 and OLED1106). All of them behave exactly the same. The model I use is called "DIY MORE" and says...

I think I found the issue: If I comment out this line, it works :) //i2c_master_write ( i2Cchan, fillbuf, 4, true ) ; // Yes, fill extra RAM with zeroes