Hi i'm using recalbox 7.0.1 and like older versions i can't save the settings, i set save on exit but if i reboot the game i come back to the original setting.
someone can help me?
thanks
Hi i'm using recalbox 7.0.1 and like older versions i can't save the settings, i set save on exit but if i reboot the game i come back to the original setting.
someone can help me?
thanks
@paradadf i'm using Recalbox with a Raspbery Pi Zero W with a waveshare 3.2" LCD SPI into a Gamboy Advance SP Case.
With the SPI screen if you start Kodi, Kodi change the resolution that makes FBCP crash, if i stop FBCP first that kodi starts changing resolution and after I restart FBCP, all works good, my question is: is it possible add this method into Recalbox when Kodi start on SPI displays?
sorry for my english
Thanks
i'm using Recalbox with a Raspbery Pi Zero W with a waveshare 3.2" LCD SPI into a Gamboy Advance SP Case.
With the SPI screen if you start Kodi, Kodi change the resolution that makes FBCP crash, if i stop FBCP first that kodi starts changing resolution and after I restart FBCP, all works good, my question is: is it possible add this method into Recalbox when Kodi start on SPI displays?
sorry for my english
Thanks
Can someone make this automatic?
wait some second
restart the S13fbcp process
Kodi work's.
@acris i tried but i have always the same problem
Hi I have this modded GBA SP with Raspberry Zero and SPI screen Waveshare 3.2 320x240 LCD (C)
when i use GBA roms the games are very slow
i put here my config.txt if someone can help me
CONFIG.TXT
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
disable_overscan=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# Sound output. Set to 0 or comment for autodetect, 1 for DVI, 2 to force HDMI.
#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
# default CEC name
cec_osd_name=recalbox
# Overclock
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=448
avoid_safe_mode=1
kernel=zImage
# Raise the first security limit up to 70° instead of 60°
temp_soft_limit=70
#dtoverlay=gpio-key,gpio=21,keycode=108,label="KEY_DOWN"
#dtoverlay=gpio-key,gpio=12,keycode=103,label="KEY_UP"
#dtoverlay=gpio-key,gpio=6,keycode=105,label="KEY_LEFT"
#dtoverlay=gpio-key,gpio=14,keycode=106,label="KEY_RIGHT"
#dtoverlay=gpio-key,gpio=16,keycode=28,label="KEY_ENTER"
#dtoverlay=gpio-key,gpio=15,keycode=14,label="KEY_BACKSPACE"
#dtoverlay=gpio-key,gpio=26,keycode=30,label="KEY_A"
#dtoverlay=gpio-key,gpio=19,keycode=48,label="KEY_B"
#dtoverlay=gpio-key,gpio=5,keycode=19,label="KEY_R"
#dtoverlay=gpio-key,gpio=2,keycode=113,label="KEY_MUTE"
dtoverlay=pwm-audio-pi-zero
dtoverlay=waveshare32c:rotate=270,speed=50000000,fps=60 #rotate=lite
hdmi_force_hotplug=1
framebuffer_width=320
framebuffer_height=240
hdmi_cvt=320 240 60 1 0 0 0
hdmi_group=2
hdmi_mode=87
#hdmi_timings=320 0 28 18 28 480 0 2 2 4 0 0 0 60 0 32000000 6
#hdmi_timings=240 1 38 10 20 320 1 20 4 4 0 0 0 60 0 6400000 1
#dtparam=spi=on
#force_eeprom_read=0
#overclock
arm_freq=1000
gpu_freq=500
core_freq=500
sdram_freq=500
sdram_schmoo=0x02000020
over_voltage=2
sdram_over_voltage=2
![alt text]( image url)
Hi
how can i change the retroarch resolution for a 320x240 display?
thanks
I solved using the "dtoverlay=gpio-key,gpio" in the config.txt it emulates the keyboard, so you don't need enable the "controllers.gpio.enabled=1" in recalbox.conf
if someone need to know how use it:
#add this to config.txt
dtoverlay=gpio-key,gpio=21,keycode=108,label="KEY_DOWN"
dtoverlay=gpio-key,gpio=12,keycode=103,label="KEY_UP"
dtoverlay=gpio-key,gpio=6,keycode=105,label="KEY_LEFT"
dtoverlay=gpio-key,gpio=14,keycode=106,label="KEY_RIGHT"
dtoverlay=gpio-key,gpio=16,keycode=28,label="KEY_ENTER"
dtoverlay=gpio-key,gpio=15,keycode=14,label="KEY_BACKSPACE"
dtoverlay=gpio-key,gpio=26,keycode=30,label="KEY_A"
dtoverlay=gpio-key,gpio=19,keycode=48,label="KEY_B"
dtoverlay=gpio-key,gpio=5,keycode=19,label="KEY_R"
dtoverlay=gpio-key,gpio=4,keycode=38,label="KEY_L"
@paradadf said in screen crash with 6.1:
@nicola-silveri hi and yes, it is a bug that will be fixed in the next (soon to be released) bug-fix release.
Thanks for reply