Robin Colclough
Robin Colclough
Whilst depths for the pose landmarks are generally correct, the elbows are always in the depth foreground. I enabled depth rendering for all joints and lines, and this can be...
What changes are needed to use this with the STMCubeIDE which is Eclipse based?
Di you think the speed can be increased for 193khz audio?
Looks like this package needs updating to the current HAL names. Is anyone maintaining this, there would be quite a lot of interest if this can be made to work...
Seems to be that a variable is the wrong size:- Line 4092: uint8_t eeprom_version; Needs to be:- uint16_t eeprom_version; As VERSION requires a 16-bit variable to hold the fixed format...
Testing this I see that the circle function draws anywhere on the 320x240 screen, but the ILI9341_DrawRectangle(280, 100, 40, 40, GREENYELLOW); fails to draw at all, and other calls are...