Adafruit_ILI9341 icon indicating copy to clipboard operation
Adafruit_ILI9341 copied to clipboard

Library for Adafruit ILI9341 displays

Results 21 Adafruit_ILI9341 issues
Sort by recently updated
recently updated
newest added

Thank you for creating a pull request to contribute to Adafruit's GitHub code! Before you open the request please review the following guidelines and tips to help it be more...

Adafruit_ILI0341 and Adafruit_SPIFlash libraries seem to have some incompatibility issue for the board Adafruit nrf52840 express when compiling with Arduino IDE on mac. Code to reproduce the problem (using most...

As I said on https://github.com/adafruit/Adafruit-GFX-Library/pull/399, I could use PA4 pin (204) as CS with this code. Thank you.

Changes: - flipped the CS and DC pins so it will work on the ILI9341 Adafruit Shield out of the box - decreased the resolution from 20 bits to 12...

Hello, Can you please add in SPI DMA capabilities to your library. Thanks,

scrollMargin() only works for bottom == 0 e.g. // TFA+VSA+BFA must equal 320 VSA = 320 - TFA - BFA; // is correct VSA = 320 - TFA **+** BFA;...

These changes plus a companion pull request for Adafruit_GFX provide performance benefits for the RP2040 based boards when used in hardware SPI mode. I suspect this pull needs to be...

Just a small problem, the link in the header file returns a 404 error, but a quick duckduckgo search yields "https://github.com/adafruit/Adafruit-GFX-Library".

- Arduino board: teensy 3.6 - Arduino IDE version arduino-1.8.9-teensyduino-1.4 I'm not sure how much of this is WAI, feel free to close if so. Suggestions though: 1) default HWSPI...

# Issue There was no method in this library allowed a user to mirror a display. This can be useful in cases where you would want the display to reflect...