Eric Trombly

Results 6 issues of Eric Trombly

In the quickstart post you mention lldb not having a load command. For a workaround for devices that support st-link you can use st-flash to load. You have to use...

I was going to use your library as a reference to write one for the il3897 used in the Lolin (Wemos) epaper display. They ended up being the same chip...

Can you make a release? I'm packaging this for alpine linux and they prefer to have the build script pull a specific release.

It would be nice if there was an option to enable idle line detection for serial dma transfers. This would make it a lot easier to use for variable length...

Not sure if there is an easy fix to this, but I was trying to set the policy on a scrolled window. It requires the policy for the horizontal and...

Stripping the debug symbols and optimizing with [wasm-opt](https://github.com/WebAssembly/binaryen) cuts lg2.wasm down from 6.3Mb to 1.1Mb, and seems to execute a little faster (only minimally tested). May want to see if...