Lázaro Vieira

Results 11 comments of Lázaro Vieira

Do you have a screenshot or description of the error?

https://github.com/Ryuzaki-MrL/NotifyMii

Were you using the latest version before, or did this happened after you updated?

Thank you for your feedback. > I've used the built-in jpeg decoder M5.Lcd.drawJpg as a workaround, not sure about the performances hit but that produced a more ideal memory footprint...

Does the "Flashing ROM..." progress bar show up when loading from SD card? If not, then you need to flash the boot_app0, bootloader, and partitions_espeon files.

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 0x1000 bootloader_0x1000.bin 0xe000 boot_app0_0xe000.bin...

The BIOS is entirely optional, the emulator sets the memory accordingly if it's not present. The "rom_init failed" only triggers when the "esp_partition" API can't find the ROM partition, that...

I do not commit the executable, but I assume you have compiled it yourself. I also provide a compiled binary at the [releases](https://github.com/Ryuzaki-MrL/Espeon/releases) page, of the last version I was...

That's odd. It's showing a blank gameboy screen, so that means the emulator is running (no error screen was triggered). There's two possibilities: 1) The modified code might have broken...

Support for other input methods via I2C is planned, so yes.