Stellnya

Results 4 comments of Stellnya

https://user-images.githubusercontent.com/35333519/196889287-97fc34ef-df78-4559-9586-40233c9cf31e.mp4 hello! I recently came across this issue while testing by ordering the same display (different colors). When using the flip mode example using the 2.34.4 version of the library,...

> Which constructor did you apply? U8G2_SSD1306_96X39_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); I didn't do any other settings. This is the result of uncommenting that line in the example and running...

I changed the example of u8x8 to the example of u8g2 and ran it again. ``` void setup(void) { u8g2.begin(); u8g2.sendF("c", 0x41); u8g2.setFont(u8g2_font_6x10_tr); } ``` https://user-images.githubusercontent.com/35333519/197373116-578cb172-7b29-4c46-be97-a801a4333e9e.mp4

It didn't respond to values including 0x40. It's definitely weird. It was the same even if I looked at the datasheet and modified it according to the reference. I think...