MittisBootloop / esp32_nesemu_wemosmini

Based on espressif's nesemu port. Now multiple Roms, brightness and fullscreen settings
92 stars 36 forks source link

Change screen pin, run failed #4

Closed LilyGO closed 5 years ago

LilyGO commented 5 years ago

Hi My board has the remaining extension modules, so I used other pins. I first modified it in menuconfig, and then changed the macro definition of spi_lcd.c. However, the screen does not display the image properly. What is the reason for not changing the screen pin? Is there any solution?

Best blessing

MittisBootloop commented 5 years ago

Did you also change the Pins in menu.c? I have to quote lemmingDev here, "...the code is in a bit of a mess...". 😅 I hope this might help.

badvision commented 5 years ago

Also in the menu code, you need to switch it to VSPI instead of HSPI. If you do that you can go to 80mhz bus and that improves the speed somewhat.