Arduino_GFX icon indicating copy to clipboard operation
Arduino_GFX copied to clipboard

Arduino GFX developing for various color displays and various data bus interfaces

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

Hello, in my system I have an ST7735 greentab display, which is working fine with SWSPI from your library. I use the HelloWorld sketch to see if the library works....

Dear developer, thank you for your great works. He has benefited me a lot. I noticed that ESP32S3 i80 LCD parallel 16-bit has been supported. How can I drive an...

Hi, I'm trying to get this display to run, so I used the example code here: https://github.com/moononournation/Arduino_GFX/blob/87193ecf7acf4ad093ee1ab2b20431db0d4d10f8/examples/PDQgraphicstest/PDQgraphicstest.ino#L140 Unfortunately, it's non-runner, so I've found the sch, the pins are different, could...

Hello. I really love this library for it’s speed and capabilities, but there is a small problem. When using esp32, if i use any of the st7735 display drivers, something...

I did some tests with the ILI9486 driver (parallel TFT) to load JPG pictures. This is working so far, but the pictures are looking horrible. Have a look to some...

I'm confused about this library, which pins are used for the NT35510 LCD 480x800 on the Arduino Mega 2560?

This is an never closing issue. I would like to align all display rotation orientation with display FPC. But I am still struggling the display FPC should be at 6...

This is an never closing issue

Hi everyone. the example ImgViewerJpeg from GFX Library for Arduino can't show image, why? the same board shown BMP well. Thanks Adam

I have a STM32H750 dev board and a 8bit 8080 LCD,I use Arduino_SWPAR8 dataBus like this ,it works,but it's too slow ``` Arduino_DataBus *bus = new Arduino_SWPAR8( PE10,PE11,PE13,PE12, PA0,PA1,PA2,PA3,PA4,PA5,PA6,PA7 );...