Ian Scott
Ian Scott
`readDepths()` hangs if I run node-x11 with an Xvnc server. This is happening because on this server there are two 24-bit depths. So the `Object.keys(depths).length == n_depths` test fails even...
This is an issue that arises when validating JS objects rather than objects that have come straight from JSON. Properties that are undefined should be treated as if they had...
I don't usually consider text on the web hard to read, but I had issues with the readability of the articles in this series. It seems that the combination of...
The PSRAM modules support QSPI mode. I have some PIO code to support quad writes and reads, but I haven't completed the C interface around it because PicoGUS's small writes...
This should be configurable by the user. Doing it by a #define should be straightforward.
Writes are currently purely asynchronous – there is no facility to add a callback that can be called when a write completes.