Fabrizio Di Vittorio
Fabrizio Di Vittorio
Hello, please check the installed Python version is 2.7 (no 3.x!!). > Il giorno 08 apr 2016, alle ore 05:11, eulergui [email protected] ha scritto: > > Hello friend, > >...
As you prefer. I like a code with a few jumps or early exits from functions. "edges.numOfEdges" is implicitly checked in the main loop.
I'm having some difficulties to fix this problem, so I ask you to test my last commit (just replace the full library and examples with current repo content). If you...
how much free memory you have on both consoles (run "info" command)?
Memory for each session is dynamically allocated and sometimes it could be not enough to run all sessions. Please try to flash the Multitasking Sketch enabling PSRAM on VGA32 1.4:...
I'm working on 16450 and 8250 emulation (no FIFO). There are already some commits, so you can test it. Something still doesn't work: for example I'd like to run LAPLINK...
There is a free and nice tool I'm using on both sides (real PC and ESP32 emulated), to transfer files, using a UI like laplink. It is File Maven: http://www.briggsoft.com/fmdos.htm...
PSRAM is not usable for DMA output
64 colors require 6 bits, so 1024x768x6 = 4718592 bits = 589824 bytes = 576 KB, that is out of ESP32 specs!
> can the EDMA do this job to output 1024X768? I'm sorry, I don't know! probably not, because PSRAM could not provide enough speed for 1024x768 dot frequency...or who knows...