lcdgfx icon indicating copy to clipboard operation
lcdgfx copied to clipboard

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms

Results 32 lcdgfx issues
Sort by recently updated
recently updated
newest added

Somehow the compiler wasn't happy with the non-existent inclusions that meant for esp32, while targetting esp8266. This PR will just fix that, it's already tested for compiling both esp32 and...

Ask any question, you have, regarding the library ON complying an ESP32 LOLIN32, I get this message: FQBN: esp32:esp32:lolin32 In file included from C:\Users\greg\Documents\Arduino\OLED\OLED_Test-OK\lcdgfx.h:30:0, from C:\Users\greg\Documents\Arduino\OLED\OLED_Test-OK\OLED_Test-OK.ino:3: C:\Users\Documents\Arduino\OLED\OLED_Test-OK\nano_gfx_types.h:31:24: fatal error: lcd_hal/io.h:...

question

Hi, I'm trying to drive an oled [display](https://www.aliexpress.com/item/4001035404634.html) in 3-wire SPI mode (no D/C line). I initialize lcdgfx with DC pin set to -1. Display stays black no matter what...

question

Display works with default constructor. Error using custom I2C frequency: DisplaySH1107_64x128_I2C display( -1, { -1, 0x3C -1, -1, 1000000 } ); lcdgfx_sh1107_demo:46:68: error: narrowing conversion of '1000000' from 'long int'...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** 1) Download the 1.1.4 2) make library **Expected behavior** The libray should compile ``` ➜...

bug
waiting_response

**Describe the bug** Compiling with lcdgfx versions 1.1.2 and 1.1.4 terminates with the following error: "In file included from /Users/xx/Documents/Arduino/libraries/lcdgfx/src/lcd_hal/io.h:55:0, Multiple libraries were found for "Ethernet.h" Used: /Users/xx/Documents/Arduino/libraries/Ethernet Not used:...

bug
waiting_response
not_reproducible

This change allows i2c displays to work with non-default i2c pins on STM32. Tested on custom board with STM32F072C8T6 and SH1106 128x64 display with I2C2 peripheral on PB10 and PB11

.pio\libdeps\nanoatmega328\lcdgfx\src/v2/lcd/sh1107/lcd_sh1107.h:467:32: error: template argument 1 is invalid InterfaceSH1107 m_spi; ^ .pio\libdeps\nanoatmega328\lcdgfx\src/v2/lcd/sh1107/lcd_sh1107.h:459:10: error: 'void DisplaySH1107_64x128_SPI::begin()' marked 'override', but does not override void begin() override; **To Reproduce:** to reproduce the error is...

bug

**Describe the bug** [miniThrottle ](https://github.com/enfieldcat/ESP32_miniThrottle/issues) compiles OK when using Arduino ESP platform 1.0.6 When compiling miniThrottle model train control using **ESP32 platform version 2.0.5**, the compile fails with: /home/ubuntu/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2-patch3/xtensa-esp32-elf/include/c++/8.4.0/bits/stl_vector.h: In...

bug

The library lcdgfx has a long list of supported platforms, but it still lacks support for the *Raspberry Pi Pico* micro controller using the pico C/C++ SDK. I have implemented...