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

ILI9486 power on with white screen. #83

Open
JayceCa0 opened this issue Feb 14, 2020 · 0 comments
Open

ILI9486 power on with white screen. #83

JayceCa0 opened this issue Feb 14, 2020 · 0 comments

Comments

@JayceCa0
Copy link

I use the same all config with the ILI9488 screen.
Only change the pin configuration.

#define PIN_NUM_MISO 39//19 // SPI MISO
#define PIN_NUM_MOSI 22//23 // SPI MOSI
#define PIN_NUM_CLK 19//18 // SPI CLOCK pin
#define PIN_NUM_CS 32//5 // Display CS pin
#define PIN_NUM_DC 27//26 // Display command/data pin
#define PIN_NUM_TCS 33//25 // Touch screen CS pin (NOT used if USE_TOUCH=0)

// --------------------------------------------------------------
// ** Set Reset and Backlight pins to 0 if not used !
// ** If you want to use them, set them to some valid GPIO number
#define PIN_NUM_RST 0 // GPIO used for RESET control

#define PIN_NUM_BCKL 0 // GPIO used for backlight control
#define PIN_BCKL_ON 0 // GPIO value for backlight ON
#define PIN_BCKL_OFF 1 // GPIO value for backlight OFF

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