Aleksei
Aleksei
I see some issue with sdl_core.c compilation. But my cppcheck tool doesn't show any warnings. Which compiler version do you have in MINGW? Mine one has 4.8.3 version.
@Darenn What I'm trying to get is error code in compilation of sdl_core.o, since the log reports `recipe for target 'sdl_core.o' failed`. But actually the log contains only the fact...
Hi > I only want to clear a small region like a clearRect(0,0,32,16); to prevent the flickering of display.clear();. > Or is there a way to set the color to...
No, it needs to be modified. Currently it works with [ssd1306 library](https://github.com/lexus2k/ssd1306) and only for SSD1306 display.
@JasXSL Hi Can you create pull request for you change?
Hi Thank you for using this library. Unfortunately the symbol `°` is in extended part of ASCII table and isn't included to ssd1306xled_font6x8 font. You need to create new font,...
Hi @dojo90 , Have you succeeded in solving the issue? Let me know. Thank you
The 1-bit canvas has the associated buffer with it, where pixels are represented the same way, as described in display controllers datasheets. For example, if canvas size is 128x64, then...
The code doesn't work because you assign a pointer to the locally allocated array: new_buffer is defined inside the function.
I added `enhancement` label. Once I have free time, this feature will be implemented.