Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 Hardware Reference #6

Open
ajsb85 opened this issue Jun 5, 2021 · 0 comments
Open

ESP32 Hardware Reference #6

ajsb85 opened this issue Jun 5, 2021 · 0 comments

Comments

@ajsb85
Copy link

ajsb85 commented Jun 5, 2021

Dear @jason-mao

Are you using the ESP-WROVER-KIT V4.1 in the example?

image

#include "ili9341.h"
#define LCD_SPI_NUM HSPI
#define LCD_SPI_FREQ 80000000
#define LCD_SPI_MODE SPI_MODE0
#define LCD_SPI_ORDER SPI_MSBFIRST
// Wrover-Kit
#define LCD_SPI_SCK 19
#define LCD_SPI_MISO 25
#define LCD_SPI_MOSI 23
#define LCD_SPI_CS 22
#define LCD_SPI_DC 21
#define LCD_SPI_RST 18
#define LCD_SPI_BL 5

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant