Giter Club home page Giter Club logo

Comments (3)

moononournation avatar moononournation commented on July 20, 2024

Hi, sorry for late reply. Can you give me more details? Hardware photo? Where you bought it? Connection details?
For ILI9486 display, can you give me your working TFT_eSPI config?

from arduino_gfx.

nodoubtman avatar nodoubtman commented on July 20, 2024

Hello. I have the same problem for the ILI9341 driver with ESP32.

My TFT-eSPI setup is:

#define TFT_MISO 19
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_CS 5 // Chip select control pin
#define TFT_DC 32 // Data Command control pin
#define TFT_RST -1 // Set TFT_RST to -1 if display RESET is connected to ESP32 board RST

and for the arduino-gfx:
#include "SPI.h"
#include "Arduino_HWSPI.h"
#include "Arduino_ESP32SPI.h"
#include "Arduino_SWSPI.h"
#include "Arduino_GFX.h" // Core graphics library
#include "Arduino_Canvas.h" // Canvas (framebuffer) library
#include "Arduino_Canvas_Indexed.h" // Indexed Color Canvas (framebuffer) library
#include "Arduino_HX8347C.h" // Hardware-specific library for HX8347C
#include "Arduino_HX8352C.h" // Hardware-specific library for HX8352C
#include "Arduino_HX8357B.h" // Hardware-specific library for HX8357B
#include "Arduino_ILI9225.h" // Hardware-specific library for ILI9225
#include "Arduino_ILI9341.h" // Hardware-specific library for ILI9341
#include "Arduino_ILI9481_18bit.h" // Hardware-specific library for ILI9481
#include "Arduino_ILI9486_18bit.h" // Hardware-specific library for ILI9486
#include "Arduino_SEPS525.h" // Hardware-specific library for SEPS525
#include "Arduino_SSD1283A.h" // Hardware-specific library for SSD1283A
#include "Arduino_SSD1331.h" // Hardware-specific library for SSD1331
#include "Arduino_SSD1351.h" // Hardware-specific library for SSD1351
#include "Arduino_ST7735.h" // Hardware-specific library for ST7735
#include "Arduino_ST7789.h" // Hardware-specific library for ST7789
#include "Arduino_ST7796.h" // Hardware-specific library for ST7796

Arduino_ESP32SPI bus = new Arduino_ESP32SPI(TFT_DC / DC /, TFT_CS / CS /, TFT_SCLK / SCK /, TFT_MOSI / MOSI /, -1 / MISO */);
Arduino_ILI9341 *gfx = new Arduino_ILI9341(bus, TFT_RST);

Thanks for your help :)
Marc.

from arduino_gfx.

moononournation avatar moononournation commented on July 20, 2024

My latest commit should fixed it, here are the demo video: https://twitter.com/moononournation/status/1264138340795731968

from arduino_gfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.