Help with Pico/RP2040 and ILI4681/ILI4688 #2021
-
Hey everyone, I'm trying to get my Pico/RP2040 to display to either a ILI4681 or ILI4688. I've tried everything I can think of, but I haven't gotten a single thing to show up yet. These are the screens I'm using: This is my user setup file: And my pin connections are as follows: I've tried a variety of the built-in examples, and I'm compiling/uploading via Arduino using https://github.com/earlephilhower/arduino-pico/ for Pico support. Any help would be greatly appreciated... Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
Run the "Read_User_Setup" test and diagnostic example. Nothing is displayed on the screen but it will report the setup being used by the compiler. Check this against the expected values. The setting of 70MHz for SPI clock is too high for those screens. Start at 10MHz and see if that works. |
Beta Was this translation helpful? Give feedback.
-
Working setup here that may help. |
Beta Was this translation helpful? Give feedback.
-
I've done the setup bodmer that suggested and i did it working the first time :) #include <SPI.h> // Name of the Touch calibration file // Define our filesystem but had strange errors like that: error: expected primary-expression before '.' token It is the exact copy than the SPIFFS code,don't understand the source of this error. |
Beta Was this translation helpful? Give feedback.
-
It's a shame neither of them work, |
Beta Was this translation helpful? Give feedback.
-
Hey-o, Good news. I now have a working setup with the Waveshare 3.5" module https://www.waveshare.com/wiki/Pico-ResTouch-LCD-3.5 The reason I was having trouble setting my boards up recently was because at some point I had copied my "User_Setup_select.h" file to the "User_Setups" directory and was modifying it instead. Only discovered after running the "Read_User_Setup" sketch again. Side note, but is there a way to define a user setup in the local application? I don't really like having them in the libraries folder... I'll try with other boards again and report back with any other successful setups. |
Beta Was this translation helpful? Give feedback.
Working setup here that may help.
https://github.com/DustinWatts/Pico-Matrix-Touch-Keyboard