lcdgfx
lcdgfx copied to clipboard
Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
Hello, i have used your library a few times in my projects and it works great. Now i have a ST7735 80x160 display and a STM32F070 microcontroller, using stm32duino, i...
The SSD1306 is already implemented, but not fully compatible with the SSD1306B controller. I am using the _OLEDS102-6_ display with the SSD1306B controller. I needed to modify the startup sequence...
Hello, I started testing the colors on the display7789, and I noticed that the colors were inverted. To confirm if the problem was with the display, I tested other libraries....
**Describe the bug** The build fails for the ESP32-C3 due to SPI3_HOST not being defined. Error hits in the macros at the top of esp32_spi.cpp where it tries to `#define...
Doing some high-voltage device, which sometimes put display down, on ESP32 connection using SPI. ESP32 doesn't rebooting, so it's only display problem. Not problem of your library, but have a...
Hi, I'm asking for confirmation of the compatibility of the lcdgfx library with the latest versions of the operating system for Raspberry, based on Kernel 6.6 and Debian 12 where...
**An extra description before i start.** I am wanting to get into using the ATTINY85 (and possibly the ATTINY84) with this library, since i see this library supports them under...
Hi, thanks for this library. It's great! I'm using a 1306 display. I have no problems drawing a horizontal line or angled lines. But vertical lines (or close to vertical)...
Maybe there is some simple manual how to use it for non-programmers? I have a display with address 0x3c and port 0 with sh1106 driver. The task is just to...