Aleksei

Results 149 comments of Aleksei

Still the same. I downloaded the latest board support package for ESP8266, selected NodeMCU 1.0 (12E), and still do not observe any compilation errors. Maybe there is an issue with...

Checked on Arduino IDE 1.8.13, ESP8266 Boards package 3.0.2 `LOLIN(WEMOS) D1 R2 & mini`. Compilation of ssd1306_demo passes. lcdgfx is latest from master branch. ``` Executable segment sizes: ICACHE :...

Hi, I'm not familiar to the Particle build system? Are you talking about new hardware platform support, or about just integrating with new build system? As far as I understand,...

Since the authors of the Particle system claim, that they support Arduino libraries, the lcdgfx doesn't need heavy changes. However, it is still required from the Particle system to support...

I didn't build it because `particle library upload` doesn't upload *.inl files, needed for the compilation. And adding `whitelist=*.inl` to the library.properties doesn't solve the problem.

> A new project setup this way will allow to build your setup with a local library. No upload or library changes needed to make sure it works first. The...

Hi, can you please download latest code from the master branch. It already has the fix [78c2dcd](https://github.com/lexus2k/ssd1306/commit/78c2dcd58ff3e6783360437410327dbd391e9599)

That's very strange since the fix is included to 1.8.3 according to the github: ![изображение](https://user-images.githubusercontent.com/16983230/156680339-97c2c258-7627-43cc-a7ba-ae2d99faf731.png)

Hi, can you send me screenshots? Actually, it is possible to support 96x96 display, if you have some time to do the tests for me. Let me know

Hi The `DisplaySSD1351_128x128x16_SPI` has `getInterface().setRotation()`, `getInterface().setStartBlock()` and `getInterface().setRgbMode()` methods. Can you play with them? Maybe there is something useful that will fix some of your issues. Also, I found some...