Eugene Andruszczenko

Results 47 comments of Eugene Andruszczenko

@FantasyGmm Yes, we are looking into the S3 (40+ pins wow), as well as the H2

Thanks for the in depth response We have been looking into restoring save files that the actual game produces in battery For the time being, you will need o use...

LOL, no kidding with WFH. The way most of the emulators work is they produce a ```.sav``` file not an ```.srm``` the way RetroPie / Lakka / RetroArch do It's...

@t413 I added the support for other LCD from the [Retro ESP32](https://github.com/retro-esp32/RetroESP32) Project * [ILI9341](https://github.com/retro-esp32/Retro-Odroid-Go-Firmware/blob/master/Firmware/components/odroid/odroid_display.c#L123) (Odroid Go) * [ILI9342](https://github.com/retro-esp32/Retro-Odroid-Go-Firmware/blob/master/Firmware/components/odroid/odroid_display.c#L196) * [ILI9342C](https://github.com/retro-esp32/Retro-Odroid-Go-Firmware/blob/master/Firmware/components/odroid/odroid_display.c#L225) Small Variation on ILI9342 * [ST7789](https://github.com/retro-esp32/Retro-Odroid-Go-Firmware/blob/master/Firmware/components/odroid/odroid_display.c#L161) The ILI9342C and...

@mlopezmad and @whqsz thanks for the comment we are currently working on modifications for our current project it's a 45pin 0.5mm FPC Connector for an IPS screen We have only...

> I think you should start over with this PR, it should really only include rg_input.c. I think we got out of sync a bit... If you check the [Files...

thanks @Ryuzaki-MrL > I have tried 1. compiling and flashing from arduino source 2. flashing directly using esptools both methods produce same results I never see the message for _"Flashing...

I'm quite familiar with ESP-IDF, the example i posted was adding a rom directly into flash at address ```0x110000``` as per the provisioned partition csv, as you see in the...

> The command should look like this: > > ``` > esptool.py --chip esp32 --port /dev/cu.SLAB_USBtoUART --baud 2000000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect...

> Are there other pre built firmware files available with different screen/button connections? I have never used the ESP-IDF before but would like to change them so I can use...