Dejan Petrović

Results 35 comments of Dejan Petrović

When I replaced: DisplaySSD1351_128x128x16_SPI display(34,{-1, 87, 7, 0,-1,-1}); with this: DisplaySSD1351_96x96x16_SPI display(34,{-1, 87, 7, 0,-1,-1}); From this ![20211130_162510](https://user-images.githubusercontent.com/30090189/144078198-43ba2761-5332-4e38-8836-70d332c3ae6c.jpg) : I get this: ![20211130_162725](https://user-images.githubusercontent.com/30090189/144078297-72d27382-a344-4d21-a34e-198d91bf85d8.jpg) Everything else is the same as above....

Ok, I played with the values. So far, so good. With this sketch: `#include "lcdgfx.h" #include "lcdgfx_gui.h" DisplaySSD1351_96x96x16_SPI display(34,{-1, 87, 7, 0,-1,-1}); //DisplaySSD1351_128x128x16_SPI display(34,{-1, 87, 7, 0,-1,-1}); void setup() {...

Ok, there is some progress... **Rotation 0** setRotation(0); setOffset(16,16); ram_mode = 0b00110010; Everything is fine. That pink-white has lost. Now there is white as it should be. ![20211201_121505](https://user-images.githubusercontent.com/30090189/144225926-34732c47-1a46-41ca-9701-dc2a6c39e261.jpg) **Rotation 1**...

Ok With this: ``` #include "lcdgfx.h" #include "lcdgfx_gui.h" DisplaySSD1351_96x96x16_SPI display(34,{-1, 87, 7, 0,-1,-1}); void setup() { pinMode(27, OUTPUT); //EN //pinMode(55, OUTPUT); //R/W digitalWrite(27, HIGH); //digitalWrite(55, LOW); display.begin(); display.getInterface().setOffset(16,16); //offset 16,16...

What do you suggest I should try?

> I made initial commit for your display. Now there is `DisplaySSD1351_96x96x16_SPI()` constructor available. > However, you still need to do experiments with ram_mode values, I wrote above, and there...

Gotta open this one. Finally, I find time to make this one work. Board is here, and everything is soldered. I successfully burned the bootloader with Nano. Tried to upload...

Ok, I used this constructor U8G2_ST7920_128X64_1_SW_SPI and Uno. Connection as on U8G2_ST7920_128X64_1_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* CS=*/ 10, /* reset=*/ 8); I tried HelloWorld and ContrastTest...

![Sf7c7329db95547a19dab9d502a2d7a3cg](https://github.com/olikraus/u8g2/assets/30090189/ec32bfe6-2d9d-4e62-b29b-c447dec8be79) On my display, I have this header labeled with 1 at the bottom and 7 at the top. Firstly, I connected it like this: 7 - 5V 6 -...

Further investigation I found that the BL LED is ok. And the pinout of the table from the seller's page is a GARBAGE. The GND is on pin 5 of...