Re: [PATCH 2/3] GUI: Add code to draw simple graphics

2016-06-23 Thread Andrey Smirnov
On Thu, Jun 23, 2016 at 12:30 AM, Holger Schurig wrote: >> +config 2D_PRIMITIVES >> + bool >> + > > Why no help text? With help text, it will be discoverable in "make > xconfig". It's an internal configuration symbol meant to be specified as a dependency of other configuration options (ot

Re: [PATCH 2/3] GUI: Add code to draw simple graphics

2016-06-23 Thread Holger Schurig
> +config 2D_PRIMITIVES > + bool > + Why no help text? With help text, it will be discoverable in "make xconfig". ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

[PATCH 2/3] GUI: Add code to draw simple graphics

2016-06-21 Thread Andrey Smirnov
Add code to draw simple graphics, namely lines(solid or dashed) and circles. Signed-off-by: Andrey Smirnov --- include/gui/2d-primitives.h | 15 lib/gui/2d-primitives.c | 199 lib/gui/Kconfig | 3 + lib/gui/Makefile