Graphics::fillCircleHelper

Description

void Graphics::fillCircleHelper( int16_t x , int16_t y , int16_t r , uint8_t corner , int16_t delta )

Graphics::fillCircleHelper is a helper function to draw partial filled circles. If you are using this function in your game then you are probably doing something wrong!

Parameters

  • int16_t x: x-coordinate of circle center
  • int16_t y: y-coordinate of circle center
  • int16_t r: radius of circle
  • uint8_t corner: corner to draw, bitwise (you can draw multiple at once)
  • int16_t delta: ???

Returns

none

Example

N/A