Replies: 5 comments 1 reply
-
It would seem this module uses controller chip (SSD1351) that should be supported by the LCD library currently included in FanPico firmware. As this is SPI panel, you likely will need to connect all 7 pins on the panel (https://github.com/tjko/fanpico/wiki/LCD-(SPI)-Panel-Connection) You could try adding support to your panel by adding new entry for the controller in the lcd_types[] array in Something like:
(you may need to experiment with the flags and default orientation...) Then configuring display as follows:
|
Beta Was this translation helpful? Give feedback.
-
Thanks; I'll look into this. |
Beta Was this translation helpful? Give feedback.
-
Didn't have any luck; This is how I wired things:
Can you see an error in my wiring? |
Beta Was this translation helpful? Give feedback.
-
Btw, are you able to test with the (similar) 2" panel from Waveshare (https://www.amazon.com/dp/B082GFTZQD/)? I recall testing with that panel, and it worked ok, so that would confirm that there is no problem with your board/pinout... |
Beta Was this translation helpful? Give feedback.
-
[ 0.418453][0] System starting... I tried the reset pin pulled high via a 10k; with no change to the screen. Still Black. I don't have another panel at this time; but one the looks like your picture is on the way from Amazon via prime. Hope to have it tomorrow. Wiki notes: on existing display: |
Beta Was this translation helpful? Give feedback.
-
I thought I'd be clever and order what I thought was the correct display for my custom 0804D board. I ordered:
waveshare 1.5inch RGB OLED Display Module
I've tried a couple of different connections but can't get the 0804D board to recognize the display.
Basically I have the 3v3 and ground pins. Then I attached :
DIN (blue) to SCL ( pin 5 pico-w )
CLK (yellow) to SCK (pin 4 pico-w )
Can this display be used with FanPico? If so; what have I done wrong?
Things I should check?
Beta Was this translation helpful? Give feedback.
All reactions