Aleksei
Aleksei
Hi, As pointed on the main page in the [section "Setting up"](https://github.com/lexus2k/ssd1306#setting-up): ``` For esp32: * Download source from https://github.com/lexus2k/ssd1306 * Put downloaded sources to components/ssd1306/ folder. * Compile your...
Oh, that's the bug. I will try to fix it. Probably, I know the root cause.
Hi, you need manually initialize software i2c via `void ssd1306_i2cInit_Embedded(int8_t scl, int8_t sda, uint8_t sa);`
Hi, How do you try initialize the display? Could you please provide the code lines with display constructor?
Hi, Thank you. That's amazing. I'm glad if my library helped you. On the picture I see that the display is connected over i2c bus, which gives something around 300k...
Greetings. Unlike C-style ssd1306 library, the code for the lcdgfx displays is generated automatically. So to do that, you need to have Python installed. I made support for 2.7.X and...
General idea, functions accessible via `display.` (`display.drawRect`) are common for all displays. And function accessible via `display.getInterface()` are display specific.
@prelard812 How are your results? Have you succeeded in brightness control?
Thank you. I will leave this issue open. Maybe someday, I will implement brightness control.
Hi. Interesting. If you're using Atmega328p as far as I know, it doesn't allow to use random pins for the hardware I2C.