Re: [PATCH 1/3] GUI: Add a function to draw solid rectangles

2016-06-23 Thread Andrey Smirnov
On Thu, Jun 23, 2016 at 12:28 AM, Holger Schurig <holgerschu...@gmail.com> wrote: > Hi, > > is it rectanges or circles? :-) > Oops, my bad. Thanks for noticing! >> Subject: Re: [PATCH 1/3] GUI: Add a function

Re: [PATCH 1/3] GUI: Add a function to draw solid rectangles

2016-06-23 Thread Holger Schurig
Hi, is it rectanges or circles? :-) > Subject: Re: [PATCH 1/3] GUI: Add a function to draw solid rectangles ^^ > Add a routine implementing midpoint circle algorithm ___ b

[PATCH 1/3] GUI: Add a function to draw solid rectangles

2016-06-21 Thread Andrey Smirnov
Add a routine implementing midpoint circle algorithm Signed-off-by: Andrey Smirnov --- include/gui/graphic_utils.h | 3 +++ lib/gui/graphic_utils.c | 26 ++ 2 files changed, 29 insertions(+) diff --git a/include/gui/graphic_utils.h