espressif / esp32-nesemu

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

Add CONFIG_WROVER_KIT_V1 flag to control LCD backlight polarity #6

Closed mattkelly closed 7 years ago

mattkelly commented 7 years ago

Default to later versions of the board (currently just V2) which reverse the polarity.

I couldn't figure out a good way to add a config option through Kconfig for this without modifying esp-idf itself. Open to suggestions / modifications.