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

trouble getting MHS3520 with ili9488 to work #196

Open
le51 opened this issue Feb 25, 2021 · 1 comment
Open

trouble getting MHS3520 with ili9488 to work #196

le51 opened this issue Feb 25, 2021 · 1 comment

Comments

@le51
Copy link

le51 commented Feb 25, 2021

Hi there,
would you mind helping me a bit.
I'm confused regarding the wiring of a raspberry pi3B+:

Panel--- Panel------RPI-------RPI pin
Pin------Label------func------number
1--------VCC-------3.3V--------1
2 -------GND-------GND-------9
3 -------CS----------not connected
4 -------RESET------GPIO7----26
5--------DC/RS-----GPIO25---22
6--------MOSI------GPIO10---19
7--------SCK--------GPIO11---23
8--------LED--------GPIO24---18

others pins are not connected

here the cmake command I've used:
cmake -DILI9488=ON -DGPIO_TFT_DATA_CONTROL=25 -DGPIO_TFT_RESET_PIN=7 -DGPIO_TFT_BACKLIGHT=24 -DSPI_BUS_CLOCK_DIVISOR=30 -DBACKLIGHT_CONTROL=ON -DARMV8A=ON ..

at least display fired up when I launch "sudo ./fbcp-ili9341" but nothing is displayed.
kernel: Linux raspberrypi 5.10.11-v7+

Did I miss something ?

Thank for help.

@le51
Copy link
Author

le51 commented Feb 27, 2021

Solved here: #26 (comment)

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