Apparently the C3 can not convert negative floats to uint8_t directly, casting it into an int first fixes it.
307 KiB
307 KiB
Apparently the C3 can not convert negative floats to uint8_t directly, casting it into an int first fixes it.