STM32 - ILI9486 4" SPI display #2560
Replies: 2 comments 3 replies
-
Comment out or delete the following line as it is not an RPi display. |
Beta Was this translation helpful? Give feedback.
-
I have connected up an STM32F411 "Black Pill" board and have found that the setup 32 does not work. I suspect that this is due to updates in the STM32 board package as the Black Pill boards no longer feature in the selection menu. Instead generic STM32F4xx board has to be selected. This change to the board package also means that the SPI pins must be defined and the STM format pin references used, Here is a working setup for my board with an ILI9431 display. It works fine. I do not have an ILI9486 SPI board to test. The setup worked with the latest 2.0.x IDE. Some sketches require the serial port to be enabled and a monitor window opened before they run, so watch out for that. Here is the setup file I used:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have an LCDWIKI 4" SPI display based on ILI9486. Trying to run it on an STM32F411CEU6 with Arduino IDE. All i get is a white screen. I have tried the config below. Triple checked the wiring. Also tried 18Mhz SPI frequency without luck.
Beta Was this translation helpful? Give feedback.
All reactions