Fuji Pebri

Results 43 comments of Fuji Pebri

Hello, could you try to debug using serial, if there's any useful information

It's somehow failed when initialize sdcard, the esplay base firmware are very old and supported from very first version pcb, i need to see your complete schematics of your DIY...

Hmm your connection seems okay, did u compile yourself the fw file?

It's strange if esplay base firmware works then it should be work for emulator also. Press menu button while powering on should be back to bootloader, then try reflashing the...

Hi, yes the only different in the driver is in emulator a use highspeed freq mode setting. could you compile yourself esplay emulator from source? try disabling highspeed mode in...

Sorry i broke my esp environtment, i will try next weekend. If you want to try yourself, the driver is in esplay-sdk folder.

Hi, the retro-esp code hasn't been update with latest esplay-sdk, if you want to play with it please check the esplay-sdk folder to check the updated api

Actually i have it in my local repo, but it's very experimental, also the current code only support idf v4.2 not the latest one 4.4 because conflict of DMA between...

> `/home/gm/esplay-retro-emulation/esplay-launcher/components/acodecs/src/xmplite/loaders/xm_load.c: In function 'xm_load': > /home/gm/esplay-retro-emulation/esplay-launcher/components/acodecs/src/xmplite/loaders/xm_load.c:645:38: error: 'snprintf' output truncated before the last format character [-Werror=format-truncation=] > snprintf(tracker_name, 20, "%-20.20s", xfh.tracker); > ^ > /home/gm/esplay-retro-emulation/esplay-launcher/components/acodecs/src/xmplite/loaders/xm_load.c:645:2: note: 'snprintf' output 21...

> I'm trying to port it to S3. The base firmware can run, butthe simulator can't be compiled Can S3 run on idf 4.2? i tried idf 4.4 but it...