spearson78
spearson78
I recently discovered the tinydisplay project (https://github.com/sago35/tinydisplay) I'm working to extend it with Touch support tp support my tesing use case. This is a much better solution for testing as...
I've created a pull request with the SSD1289 display driver. https://github.com/tinygo-org/drivers/pull/349
I've also created a pull request for the XPT2046 touch controller. https://github.com/tinygo-org/drivers/pull/350
I am willing to either further improve the error message or the project documentation to help users avoid this issue in the future.
I've also noticed some anomalies when filling triangles. I initally assumed this was due to the display driver I was implementing but I suspect something is wrong in tinydraw. I'll...
I created a pull request that re-uses the line drawing algorothm for filling the triangles unfortunately the changes were more significant than I anticipated when I started down this path....
I created an additional pull request with some tests that reproduce the rendering issues. https://github.com/tinygo-org/tinydraw/pull/13
I finally spotted an additional error in the translation from c to go code. I should have noticed it with my fix for issue11 but somehow missed it. See https://github.com/tinygo-org/tinydraw/pull/13...