Results 1296 comments of olikraus

ok, it is still confusing, the above mentioned link contains much more glyphs. Is there any list from where I get the 2350 korean glyphs? One more point: I can't...

Great, I have added ont size 11x11, 12x12, 14x14, 16x16 Thanks for the input

Usually U8G2_R1 as first arg to the constructor should do this. Oh, mirrored, ah, i think not all combinations are supported. You might be able to use the display mirror...

Not sure how I can help here. Looks like an issue in "display_meas"

Which constructor did you use?

You can always use the sendF command to modify the display setup. Is there any datasheet of your display? If you would ignore the contrast, which constructor produces correct output...

You could adjust the offset here: https://github.com/olikraus/u8g2/blob/2b75f932b5ef4b4de8edf73e1a690702a35b1976/csrc/u8x8_d_st7567.c#L559-L560

Looks like 'u8x8_hal_i2c_byte' has an issue. However I didn't wrote 'u8x8_hal_i2c_byte'. Did you download 'u8x8_hal_i2c_byte' from this repo? Unfortunately many people contributed code to the sys folder which might be...

> No, I'm trying to write oh, I see. Although the code is hard to read, it seems to be ok from my end.

You can adjust the x-offset here: https://github.com/olikraus/u8g2/blob/82efd57daea8593d36194940f53fb7e518390276/csrc/u8x8_d_ssd1306_64x48.c#L190 For the y offset try this: u8g2.sendF("c", 0x040 + y); where y is the offset value.