I'm now working on some Inline C on B4R, my inline C code something like this:
But I got the below error, anyone know what's wrong on my code? Thanks!
rCore.h:455: error: too few arguments to function 'void wb32_fillCircle(int16_t, int16_t, int16_t, uint8_t, int16_t, uint16_t)'
B4X:
void wb_fillCircle(B4R::Object* usused)
{
wb32_fillCircle(b4r_main::_x0, b4r_main::_y0, b4r_main::_r, b4r_main::_cornername, b4r_main::_delta, b4r_main::_color);
}
But I got the below error, anyone know what's wrong on my code? Thanks!
rCore.h:455: error: too few arguments to function 'void wb32_fillCircle(int16_t, int16_t, int16_t, uint8_t, int16_t, uint16_t)'