gregoster

Results 3 comments of gregoster

Please have a look at: https://github.com/gregoster/tinygo-drivers/tree/xpt2046spi/xpt2046 There's still some extra design work needed to make both the GPIO and SPI versions co-exist in the same file (e.g. right now there...

I found a few cycles this evening to improve things. Cleaned up the code a bunch, and hopefully have removed any 'sharing' issues between GPIO and SPI interfaces. Also added...

Examples moved to folders (should have though of that one myself, but I'm still a beginner when it comes to go and file layouts). PR submitted: https://github.com/tinygo-org/drivers/pull/477 Thanks for helping...