Two displays tft st7789, rp2040. #1727
-
Hello as setup I use this successfully.` //////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////// //#define TFT_CS -1 // Do not define, chip select control pin permanently connected to 0V // These pins can be moved and are controlled directly by the library software //Definition of pin TFTsx----------------------------- //Definition of pin TFTdx---------------------------- //////////////////////////////////////////////////////////////////////////////////////////// #define SMOOTH_FONT //////////////////////////////////////////////////////////////////////////////////////////// |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
The library only supports one SPI bus at a time. You could put 2 displays on the same SPI bus if they are of identical type and manage the chip select in the sketch. See here: |
Beta Was this translation helpful? Give feedback.
-
OK, great I was what I was looking for! |
Beta Was this translation helpful? Give feedback.
-
Link from video.... |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
The library only supports one SPI bus at a time. You could put 2 displays on the same SPI bus if they are of identical type and manage the chip select in the sketch. See here:
https://www.youtube.com/watch?v=WL8Xs5D2VUA