lcdgfx
lcdgfx copied to clipboard
Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
**Describe the bug** I'm trying to setup a SH1106 1.3" display using this library. Unfortunately whenever I try to compile it in the IDE, even with the minimal example given...
Hi, I was trying to add the 240x240 display to the list, but I can't see how I should do it. If I just add the template an offset to...
The readme has a link to [Tim's Image Pixel Editor](https://tims-pc-applications.blogspot.com/2020/05/tims-image-pixel-editor.html). But unfortunately, it kept giving me errors on my laptop. So I'm looking for an alternative that can convert a...
Hello, I'm trying to use a SH1106 OLED Display on an Arduino, but I can't make it work. My code looks like this : `DisplaySH1106_128x64_I2C display(-1, {-1, 0x3C, 12, 13,...
I want to rotate the display 90 degrees. https://github.com/lexus2k/lcdgfx/issues/48 This issue is about the same topic. It mentions that I could use canvas and write my own method to rotate...
We are trying to select a graphics library to use with our ESP32 based project, developed using ESP IDF. Since the display will mainly be used to display text information...
I would like to contribute a port to the Particle build system. Is there documentation somewhere, or can we work some documentation out, for how to add a new folder...
I have an OLED C from MikroE. This is an SSD1351 96X96 SPI display. With these examples here, I get flipped text, or whatever. Besides library is written for 128x128...
Sorry for another simple question :-/ Have found nothing in your nice https://codedocs.xyz/lexus2k/lcdgfx/index.html I only want to clear a small region like a `clearRect(0,0,32,16);` to prevent the flickering of `display.clear();`....