Hi barmaleyka.
Can you post a link to the ILI9488 board you bought please.
ATMEGA328P ILI9488 hardware SPI not work
-
- Matrix Staff
- Posts: 1660
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 581 times
- Been thanked: 554 times
-
- Posts: 10
- Joined: Wed Feb 10, 2021 2:00 pm
- Has thanked: 1 time
-
- Matrix Staff
- Posts: 1660
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 581 times
- Been thanked: 554 times
Re: ATMEGA328P ILI9488 hardware SPI not work
I will need to replicate your setup exactly.
How did you interface it with the Arduino e.g. connected MOSI, DC pins etc. directly to the pins of the ATMEGA328P, or did you use resistors (if so one or two per pin and what value/s), level shifter etc.
Can you go into detail about the wiring of the display to the Uno.
Have you modified the module e.g. shorted J1?
How did you interface it with the Arduino e.g. connected MOSI, DC pins etc. directly to the pins of the ATMEGA328P, or did you use resistors (if so one or two per pin and what value/s), level shifter etc.
Can you go into detail about the wiring of the display to the Uno.
Have you modified the module e.g. shorted J1?
Martin
-
- Posts: 10
- Joined: Wed Feb 10, 2021 2:00 pm
- Has thanked: 1 time
-
- Posts: 10
- Joined: Wed Feb 10, 2021 2:00 pm
- Has thanked: 1 time
Re: ATMEGA328P ILI9488 hardware SPI not work
I haven't modified J1. The display works via a software SPI
Re: ATMEGA328P ILI9488 hardware SPI not work
Hi Jorgen,
I Just got the display and tried the 9488 driver, and it seems to be working. Now my problem seems to be the second spi for the touch interface. Were you able to get this going? If you have a flowcode file that works, I would love to see it.
Thanks,
Chad
I Just got the display and tried the 9488 driver, and it seems to be working. Now my problem seems to be the second spi for the touch interface. Were you able to get this going? If you have a flowcode file that works, I would love to see it.
Thanks,
Chad
-
- Posts: 725
- Joined: Thu Dec 03, 2020 8:25 pm
- Location: Denmark
- Has thanked: 611 times
- Been thanked: 164 times
Re: ATMEGA328P ILI9488 hardware SPI not work
Hi Chad and Martin!
I look forward to hear if Martin manage to speed up the display with an Uno ( sure he will, magic man)
Yes, I have my standard setup file I use everytime I start a new project with this display with ESP32, then I know it work. (same for ILI9341 and the ST7796)
The only thing you have to change before compile, you have to change in the config XPT2046, the MISO pin from A13 to A5 I don´t know why, but everytime I reopend the program/file only this pin go back to A13 even if I save?
In the program change the Macro "new" to "Touchtest" in main and you will see the X and Y value.
Hope it can help you?
Herby.
Br Jorgen
I look forward to hear if Martin manage to speed up the display with an Uno ( sure he will, magic man)
Yes, I have my standard setup file I use everytime I start a new project with this display with ESP32, then I know it work. (same for ILI9341 and the ST7796)
The only thing you have to change before compile, you have to change in the config XPT2046, the MISO pin from A13 to A5 I don´t know why, but everytime I reopend the program/file only this pin go back to A13 even if I save?
In the program change the Macro "new" to "Touchtest" in main and you will see the X and Y value.
Hope it can help you?
Herby.
Br Jorgen
- Attachments
-
- StandardIli9488Firs.fcfx
- (30.27 KiB) Downloaded 379 times