espressif / esp32-nesemu

Proof-of-concept NES emulator for the ESP32
543 stars 172 forks source link

Fix LCD for custom pins , renew default config and gpio initialize. #9

Open svaygame opened 6 years ago

svaygame commented 6 years ago

Need to define HW_LCD_MISO_GPIO_CUST to compile when set custom board, and change GPIO initial method to set correct pin mode.

Test environment

platform : OSX esp-idf : 80eb3b6ddbc218bcce830771730f902480007578 ( at 11-02 2017 ) xtensa-esp32-elf: 1.22.0-73

hex007 commented 6 years ago

Any updates on this issue?