Uploaded February 2019 | Updated September 2026, 2 weeks ago
Here's my custom Raspberry Pi 3 digital card display. It cycles through images of your favorite trading cards like Pokemon, Magic the Gathering, Yugioh, baseball, hockey, football, etc. It's an alternative if you don't want to use one of those digital photo frames. With this 5 inch LCD, the displayed cards are almost the same size as the real life cards. I also 3D printed a bezel to mimic a PSA graded case.
Raspberry Pi 3 B+ kit
amzn.to/2Mw5Ira
Waveshare 5 Inch HDMI LCD
amzn.to/2B5BvuJ
Waveshare 5 in LCD manual
waveshare.com/wiki/5inch_HDMI_LCD
16GB MicroSD card
amzn.to/2WjZoHX
Raspbian Image with Waveshare setup
drive.google.com/open?id=1cyLR1lPJsAtIPe--st-JS-g6IbbeFFjU
3D printed PSA bezel
thingiverse.com/thing:3391374
3D printed Stand for display
thingiverse.com/thing:1834440
Pokemon LED Light
amazon.com/gp/search/ref=as_li_qf_sp_sr_il_tl?ie=UTF8&tag=ken09&keywords=pokemon%20led%20light
Install feh image viewer
sudo apt-get install feh
sudo apt-get install unclutter
sudo apt-get install xscreensaver
feh command
DISPLAY=:0.0 XAUTHORITY=/home/pi/.Xauthority /usr/bin/feh --quiet --preload --randomize --full-screen --scale-down --auto-zoom --reload 360 -Y --slideshow-delay 60.0 ~/cards/pokemon/
Autoboot card display
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart
add:
@/home/pi/pokemon-display.sh
Here's my custom Raspberry Pi 3 digital card display. It cycles through images of your favorite trading cards like Pokemon, Magic the Gathering, Yugioh, baseball, hockey, football, etc. It's an alternative if you don't want to use one of those digital photo frames. With this 5 inch LCD, the displayed cards are almost the same size as the real life cards. I also 3D printed a bezel to mimic a PSA graded case.
Raspberry Pi 3 B+ kit
amzn.to/2Mw5Ira
Waveshare 5 Inch HDMI LCD
amzn.to/2B5BvuJ
Waveshare 5 in LCD manual
waveshare.com/wiki/5inch_HDMI_LCD
16GB MicroSD card
amzn.to/2WjZoHX
Raspbian Image with Waveshare setup
drive.google.com/open?id=1cyLR1lPJsAtIPe--st-JS-g6IbbeFFjU
3D printed PSA bezel
thingiverse.com/thing:3391374
3D printed Stand for display
thingiverse.com/thing:1834440
Pokemon LED Light
amazon.com/gp/search/ref=as_li_qf_sp_sr_il_tl?ie=UTF8&tag=ken09&keywords=pokemon%20led%20light
Install feh image viewer
sudo apt-get install feh
sudo apt-get install unclutter
sudo apt-get install xscreensaver
feh command
DISPLAY=:0.0 XAUTHORITY=/home/pi/.Xauthority /usr/bin/feh --quiet --preload --randomize --full-screen --scale-down --auto-zoom --reload 360 -Y --slideshow-delay 60.0 ~/cards/pokemon/
Autoboot card display
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart
add:
@/home/pi/pokemon-display.sh










