Search found 2 matches

by Redvenger
Sat Apr 01, 2017 8:47 am
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 55371

Re: NES emulator on an ESP32

rudi ;-) wrote:hi

if you lookup in the pdf shematic of wrover
screen_Z320IT010.jpg
you see Z320IT010 and it is a 240RGBx320 3.2" screen sheet from here

hope this helps
best wishes
rudi ;-)

edit:
look up 1

look up 2

Thanks it looks awesome
by Redvenger
Mon Mar 27, 2017 2:21 pm
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 55371

Re: NES emulator on an ESP32

hi cause tested with ESP32 WROVER KIT V2 ( black ) found out, that we must change a small thing. https://github.com/espressif/esp32-nesemu/blob/master/components/nofrendo-esp32/spi_lcd.c#L53 /*orig WROVER KIT 1 ( red ) Backlight active high! */ // #define LCD_BKG_ON() GPIO.out_w1ts = (1 << PIN_NUM_...