Bonjour à tous,
Je suis en galère avec mon projet Gameboy pie.
Je n'arrive simplement pas à afficher l'image sur mon écran 3,5" via le cable RCA.
J'ai soudé un cable qui part du rpi0w (carré rouge sur l'image) et qui va sur le "port" qui correspond au cable jaune de mon écran.
Coté config.txt j'ai regardé ci et la les aides à travers le net, mais je n'y arrive pas.
Voici à quoi il ressemble (désolé, je ne sais comment copier un truc propre) :
uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
disable_overscan=0
uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
comment to get jack audio
hdmi_drive=2
Using /etc/modules is deprecated and no longer supported on 4.4 kernel
So manually enable audio
dtparam=audio=on
#config_hdmi_boost=0
force hdmi while the tv can take time before sending the signal on the hdmi output
#hdmi_force_hotplug=1
uncomment for composite PAL
sdtv_mode=2
uncomment for lirc-rpi
#dtoverlay=lirc-rpi
if you plug your tv at the same time as your rpi and that the rpi switches from the hdmi or give a low resolution because tv had no enough time to initialize it
boot_delay=3
uncomment if you don't want the rainbow at startup
disable_splash=1
Overclock
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=512
avoid_safe_mode=1
kernel=zImage
Quelqu'un a t'il une idée ?