Results 1296 comments of olikraus

Looks ok. You could change some settings in u8g2.h but I think there is nothing much to improve.

There is also the UpdateArea function, see the manual and examples for partial update.

How will your displays work with `U8G2_SSD1306_96X40_1_HW_I2C` constructor? > but the 0,0 point is way off the corner of the screen. You could change the offset for your display in...

Instead of changing the original file, you could also send commands directly to the display with the "u8g2.sendF()" (https://github.com/olikraus/u8g2/wiki/u8g2reference#sendf) command. The alternating line topic is configured with the "0xda" command...

> Is there any way of figuring out which controller I have? Difficult in general. The SH1106 has 132 columns, the SSD1306 only 128. > but the left column of...

If the rotation is setup correctly, then the drawFrame command should have the same arguments for R0 and R2. So I will use U8G2_SSD1306_96X40 as a starting point, right?

I have created a new constructor U8G2_SSD1306_96X39... Can you test this beta release? Especially the u8g2 FlipMode test: There should be a solid frame at the display border all the...

Oh, you mean I should have better used the 128x64 init Code? Which constructor did you exactly use with which sendF command? Maybe you can post the code itself?

No issues, take your time...

> I guess in my application, setFlipMode would be the better option, since the hardware supports it? yes, I will look into it. > Also. One more question. Is it...