tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
622 stars 196 forks source link

Pixel from bytes #715

Closed conejoninja closed 3 weeks ago

conejoninja commented 3 weeks ago

Duplicate from #713 because it made the tests fail

deadprogram commented 3 weeks ago

The random noise fails sometimes on the mono image. Might have been better to not revert, but too late now.

conejoninja commented 3 weeks ago

Thanks, I tried about 20-30 times and it failed every time, I didn't know the cause, so I thought since I merged a couple of PRs in different repos, I messed up somewhere along the line. Thanks again for your work.

aykevl commented 3 weeks ago

The random noise fails for monochrome images were in fact a bug, I've fixed it here: https://github.com/tinygo-org/drivers/pull/716